From 080cc63d3ee04669bb55a20e250e018f21e7bdc4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Jul 2012 12:19:28 +0300 Subject: [PATCH] To every panel added scroll bars which is hiding if do not needed --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index d2c2e876..3ff4366a 100644 --- a/css/style.css +++ b/css/style.css @@ -137,8 +137,7 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; background-position: 0 0; } #fm{ - height:90%; - overflow-y: scroll; + height:90%; } .fm_header{ font-weight: bold; @@ -162,7 +161,7 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; float:right; } .panel{ - display: table; + overflow-y: scroll; width:46%; } #keyspanel{