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 {
|
||||
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
Block a user