Skip to content

Commit f0b8bca

Browse files
committed
increase z-index to max value
1 parent fc82ba4 commit f0b8bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
width: 100%;
66
height: 100%;
77
background: rgba(255, 255, 255, 0.6);
8-
z-index: 1000000;
8+
z-index: 2147483647;
99
display: none;
1010
cursor: crosshair;
1111
}

0 commit comments

Comments
 (0)