mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Make www modal z-index consitent with gui
The gui uses z-indices up to 500 for things that should be covered by a modal and sets the modal to 510. www should match gui.
This commit is contained in:
parent
bfa4e3331c
commit
3c661660c8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
z-index: 510;
|
||||
background-color: transparentize($ui-blue, .3);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue