UNPKG
web-code-editor
Version:
latest (0.0.3)
0.0.3
0.0.2
web code editor
github.com/januwA/web-code-editor
januwA/web-code-editor
web-code-editor
/
src
/
css
/
mask.styl
10 lines
(9 loc)
•
155 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
.web-code-editor
.mask
position
: absolute;
left
:
0
;
top
:
0
;
right
:
0
;
bottom
:
0
;
z-index
:
var
(--mask-zIndex);
display
: none;