diff --git a/ui/stylesheets/_browser.scss b/ui/stylesheets/_browser.scss index 7727842a818..d09c02cc35a 100644 --- a/ui/stylesheets/_browser.scss +++ b/ui/stylesheets/_browser.scss @@ -30,7 +30,7 @@ .panel { background: white; width: 100%; - height: 100%; + height: 90%; overflow: auto; padding: 20px; } diff --git a/ui/stylesheets/cloudstack.css b/ui/stylesheets/cloudstack.css index fc0ffe63297..b2c9f417172 100644 --- a/ui/stylesheets/cloudstack.css +++ b/ui/stylesheets/cloudstack.css @@ -5217,7 +5217,7 @@ ul.ui-tabs-nav { #browser .container .panel { background: white; width: 100%; - height: 100%; + height: 90%; overflow: auto; padding: 20px; }