From 6e42e48244a7dfa8d300cd5184a0986360370cab Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Fri, 15 Apr 2016 14:44:09 +0100 Subject: [PATCH] Fix the properties toolbar at the top of the panel so it's always visible. --- web/pgadmin/static/css/overrides.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 9fce93406..db7931a84 100755 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -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 {