mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure dialogues cannot be moved under the navbar. Fixes #2047
This commit is contained in:
parent
e8f0cf6d94
commit
30e546208f
@ -26,6 +26,10 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pg-navbar {
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
.pg-docker {
|
.pg-docker {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:0px;
|
left:0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user