From 3aac0d75d7d9ca5a84f33968d7451d45da2b031a Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 10 May 2012 08:21:36 -0700 Subject: [PATCH] CS-14752: Fix select security group scrollbars --- ui/css/cloudstack3.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 26505309d06..efe312fccc3 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4562,6 +4562,10 @@ label.error { float: left; } +.multi-wizard .select-security-group .content { + height: 366px; +} + .multi-wizard .content .section { width: 416px; background: #E9E9E9;