mirror of https://github.com/node-red/node-red.git
Change z-index property of "notification" to a larger than z-index property of "dialog" (#1528)
parent
816442f5f0
commit
3c6ba72a2a
|
@ -160,7 +160,7 @@
|
|||
}
|
||||
#full-shade {
|
||||
@include shade;
|
||||
z-index: 15;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
.dialog-form,#dialog-form, #node-config-dialog-edit-form {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
**/
|
||||
|
||||
#notifications {
|
||||
z-index: 100;
|
||||
z-index: 101;
|
||||
width: 500px;
|
||||
margin-left: -250px;
|
||||
left: 50%;
|
||||
|
|
Loading…
Reference in New Issue