mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the properties toolbar at the top of the panel so it's always visible.
This commit is contained in:
parent
de0864a92c
commit
6e42e48244
@ -16,7 +16,7 @@ body {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.pg-panel-content { position:absolute;top:0px;left:0px;right:0px;bottom:0px; }
|
||||
.pg-panel-content { position:absolute;top:0px;left:0px;right:0px;bottom:0px; overflow: hidden; }
|
||||
|
||||
/* Restyle the Alertify dialogs */
|
||||
.alertify .ajs-dialog {
|
||||
@ -239,6 +239,7 @@ iframe {
|
||||
|
||||
.obj_properties {
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.obj_properties .pgadmin-control .uneditable-input {
|
||||
@ -424,7 +425,9 @@ iframe {
|
||||
}
|
||||
|
||||
.has-pg-prop-btn-group {
|
||||
top: 48px;
|
||||
top: 39px;
|
||||
padding-top: 8px;
|
||||
height: calc(100% - 40px);
|
||||
}
|
||||
|
||||
.pg-prop-content > div {
|
||||
|
Loading…
Reference in New Issue
Block a user