1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Change z-index property of "notification" to a larger than z-index property of "dialog" (#1528)

This commit is contained in:
Hideki Nakamura 2017-12-21 17:20:41 +09:00 committed by Nick O'Leary
parent 816442f5f0
commit 3c6ba72a2a
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@
}
#full-shade {
@include shade;
z-index: 15;
z-index: 101;
}
.dialog-form,#dialog-form, #node-config-dialog-edit-form {

View File

@ -15,7 +15,7 @@
**/
#notifications {
z-index: 100;
z-index: 101;
width: 500px;
margin-left: -250px;
left: 50%;