changed overflow-y from scroll to auto

This commit is contained in:
coderaiser 2012-07-16 12:22:27 +03:00
parent 7fc2e26189
commit 708e95f63d

View file

@ -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{