Add full-screen shade that covers everything but notfications

This commit is contained in:
Nick O'Leary
2017-12-10 22:35:57 +00:00
parent 27f1d3b704
commit 604e3068b2
3 changed files with 7 additions and 9 deletions

View File

@@ -158,7 +158,10 @@
top: -1px;
bottom: -1px;
}
#full-shade {
@include shade;
z-index: 15;
}
.dialog-form,#dialog-form, #node-config-dialog-edit-form {
height: 100%;