From f05629de9a78d8898bbcd00461d9a0c184b09029 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Jul 2012 12:12:11 +0300 Subject: [PATCH] To every panel added scroll bars which is hiding if do not needed --- css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index d2c2e876..11e7b37d 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; @@ -161,9 +160,9 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; #right{ float:right; } -.panel{ - display: table; - width:46%; +.panel{ + width: 46%; + overflow-y: scroll; } #keyspanel{ text-align: center;