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

This commit is contained in:
Surinder Kumar 2017-01-30 14:02:01 +00:00 committed by Dave Page
parent e8f0cf6d94
commit 30e546208f

View File

@ -26,6 +26,10 @@ body {
} }
} }
.pg-navbar {
z-index: 10;
}
.pg-docker { .pg-docker {
position:absolute; position:absolute;
left:0px; left:0px;