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 patch also introduce a callback 'onCreate' for each panel, and frame, which will be called whenever a panel/frame is being created.
This commit is contained in:
@@ -375,14 +375,23 @@ iframe {
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* A generic class to make the overflow hidden of a DOM element */
|
||||
.pg-no-overflow {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.pg-prop-has-btn-group-below {
|
||||
margin-bottom: 33px;
|
||||
}
|
||||
|
||||
.has-pg-prop-btn-group {
|
||||
top: 48px;
|
||||
top: 39px;
|
||||
padding-top: 8px;
|
||||
height: calc(100% - 39px);
|
||||
}
|
||||
|
||||
.pg-prop-content > div {
|
||||
|
||||
Reference in New Issue
Block a user