This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
nespaint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Cover and Modal elements have been given a much higher z-index to make sure they fall on top of all other elements.
dev
Bryan Miller
5 years ago
parent
8922f21cf5
commit
cd37f0a08b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
sass/mixins.scss
+ 1
- 1
sass/mixins.scss
View File
@@ -15,7 +15,7 @@
@mixin cover(){
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
z-index: 1
00
; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
Write
Preview
Loading…
Cancel
Save