Skip to content

Commit d9c9c99

Browse files
committed
update
1 parent b8e5051 commit d9c9c99

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

stylus/_mask.styl

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
.mask {
2-
width: 100%;
3-
height: 100%;
4-
position: fixed;
5-
top: 0;
6-
left: 0;
7-
background: rgba(0, 0, 0, 0.7);
8-
z-index: 999;
9-
}
1+
.full-fix
2+
width 100%
3+
height 100%
4+
position fixed
5+
top 0
6+
left 0
7+
z-index 5
8+
.mask
9+
width 100%
10+
height 100%
11+
position absolute
12+
top 0
13+
left 0
14+
background rgba(0, 0, 0, 0.85)

0 commit comments

Comments
 (0)