Merge pull request #2731 from chrisgarrity/issue/modal-zindex

Make www modal z-index consitent with gui
This commit is contained in:
Benjamin Wheeler 2019-01-30 12:17:01 -05:00 committed by GitHub
commit 5b9229c6c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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