mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
changed overflow-y from scroll to auto
This commit is contained in:
parent
7fc2e26189
commit
708e95f63d
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue