diff --git a/ui/new/css/main.css b/ui/new/css/main.css index cafd7dd41c1..ed2295ed1f7 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -1268,9 +1268,8 @@ a:hover { .leftmenu_panel { width:221px; - height:auto; + height:100%; min-height:1000px; - height:auto; float:left; background:#d6dfe5 repeat top left; border-right:1px solid #aeb9c5; @@ -2435,6 +2434,16 @@ a:hover.search_button { padding:0; } +.fixed_gridcontainer { + width:100%; + height:700px; + float:left; + overflow-y:scroll; + overflow-y:auto; + overflow-x:hidden; + margin:0; + padding:0; +} .grid_rows { width:100%; height:auto; diff --git a/ui/new/jsp/globalsetting.jsp b/ui/new/jsp/globalsetting.jsp index b613e1ccee0..ca9d8117973 100644 --- a/ui/new/jsp/globalsetting.jsp +++ b/ui/new/jsp/globalsetting.jsp @@ -56,7 +56,8 @@ -
+
+
@@ -66,23 +67,25 @@
-