From aa5c0f8323a65f61b265ddadb97c69d21d3ea5fe Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 16 Oct 2012 13:26:30 -0700 Subject: [PATCH] Fix scrollbars appearing on IE8 --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 8616fe78e9f..76cb36e4c7f 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1357,7 +1357,7 @@ div.list-view td.state.off span { width: 400px; min-height: 100px; height: auto; - overflow: auto; + overflow: hidden; display: inline-block; /*+box-shadow:0px 7px 9px #676F76;*/ -moz-box-shadow: 0px 7px 9px #676F76;