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:
chrisgarrity 2019-01-30 11:50:07 +01:00
parent bfa4e3331c
commit 3c661660c8

View file

@ -45,7 +45,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 100; z-index: 510;
background-color: transparentize($ui-blue, .3); background-color: transparentize($ui-blue, .3);
} }