From 47dd4828d26a20dbb3e9f0221ca987c8079f07b6 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 30 Apr 2013 13:40:52 -0700 Subject: [PATCH] VM wizard: fix select container overflow --- 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 cb59216b12b..7f6df22797e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -5703,7 +5703,7 @@ label.error { /*** Select container*/ .multi-wizard .select-container { - height: 94%; + height: 352px; overflow: auto; overflow-x: hidden; border: 1px solid #D9DFE1;