mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Monitors should be under navbar
Change the z-index to 99
This commit is contained in:
parent
f8c75566fa
commit
76e01f5919
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
z-index: 99;
|
||||
border-bottom: 1px solid $active-gray;
|
||||
|
||||
box-shadow: 0 0 3px $box-shadow-gray;
|
||||
|
|
Loading…
Reference in a new issue