mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
.blocker-overlay {
|
||
|
//background-color: rgba(255, 0, 0, 0.2); // For debugging
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
bottom: 0;
|
||
|
z-index: 9999;
|
||
|
}
|