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:
parent
816442f5f0
commit
3c6ba72a2a
@ -160,7 +160,7 @@
|
|||||||
}
|
}
|
||||||
#full-shade {
|
#full-shade {
|
||||||
@include shade;
|
@include shade;
|
||||||
z-index: 15;
|
z-index: 101;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-form,#dialog-form, #node-config-dialog-edit-form {
|
.dialog-form,#dialog-form, #node-config-dialog-edit-form {
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
#notifications {
|
#notifications {
|
||||||
z-index: 100;
|
z-index: 101;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
margin-left: -250px;
|
margin-left: -250px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
Loading…
Reference in New Issue
Block a user