To every panel added scroll bars which is hiding if do not needed

This commit is contained in:
coderaiser 2012-07-16 12:19:28 +03:00
parent 0ad08a0a96
commit 91fd01c3e9

View file

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