mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
We would not like to make the overflow hidden for the main panel class
''pg-panel-content'.
This reverts commit 8dd8fc57a4
.
This commit is contained in:
parent
2d8633d4ca
commit
7522d89890
@ -16,7 +16,7 @@ body {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.pg-panel-content { position:absolute;top:0px;left:0px;right:0px;bottom:0px; overflow: hidden; }
|
||||
.pg-panel-content { position:absolute;top:0px;left:0px;right:0px;bottom:0px; }
|
||||
|
||||
/* iFrames should have no border */
|
||||
iframe {
|
||||
@ -197,7 +197,6 @@ iframe {
|
||||
|
||||
.obj_properties {
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.obj_properties .pgadmin-control .uneditable-input {
|
||||
@ -383,9 +382,7 @@ iframe {
|
||||
}
|
||||
|
||||
.has-pg-prop-btn-group {
|
||||
top: 39px;
|
||||
padding-top: 8px;
|
||||
height: calc(100% - 40px);
|
||||
top: 48px;
|
||||
}
|
||||
|
||||
.pg-prop-content > div {
|
||||
|
Loading…
Reference in New Issue
Block a user