Ensure dialogues cannot be moved under the navbar. Fixes #2047
parent
e8f0cf6d94
commit
30e546208f
|
@ -26,6 +26,10 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.pg-navbar {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.pg-docker {
|
||||
position:absolute;
|
||||
left:0px;
|
||||
|
@ -1487,4 +1491,4 @@ body {
|
|||
.pg-panel-depends-container table,
|
||||
.pg-panel-depends-container table {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue