mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
To every panel added scroll bars which is hiding if do not needed
This commit is contained in:
parent
82c7c0a04d
commit
f05629de9a
1 changed files with 4 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue