mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
To every panel added scroll bars which is hiding if do not needed
This commit is contained in:
parent
482e4bc786
commit
080cc63d3e
1 changed files with 2 additions and 3 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;
|
||||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue