Ensure dialogues cannot be moved under the navbar. Fixes #2047

pull/3/head
Surinder Kumar 2017-01-30 14:02:01 +00:00 committed by Dave Page
parent e8f0cf6d94
commit 30e546208f
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}