mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #2731 from chrisgarrity/issue/modal-zindex
Make www modal z-index consitent with gui
This commit is contained in:
commit
5b9229c6c0
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