From 2edd97ec8150f14f339ce8364392ad374a1cf262 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 16 Oct 2013 14:41:57 -0700 Subject: [PATCH] Browser panel: Lower height to prevent bottom being cut off --- ui/stylesheets/_browser.scss | 2 +- ui/stylesheets/cloudstack.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }