From 708e95f63d8844cd975b2fe24f50033d674f4356 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Jul 2012 12:22:27 +0300 Subject: [PATCH] changed overflow-y from scroll to auto --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3ff4366a..71caa2f9 100644 --- a/css/style.css +++ b/css/style.css @@ -161,7 +161,7 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; float:right; } .panel{ - overflow-y: scroll; + overflow-y: auto; width:46%; } #keyspanel{