From fc4c5f106fbd4015947e67bfcda91bb51d1f9894 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 21 Feb 2012 11:35:24 -0800 Subject: [PATCH] bug 13731 Add scrollbars and reduce width of tree view, to prevent large subdomain lists from being unselectable --- ui/css/cloudstack3.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 374363e89bb..21f5150106e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6102,7 +6102,8 @@ label.error { /*Tree view*/ .tree-view { - height: 100%; + width: 24%; + height: 98%; overflow: auto; }