mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(cloudcmd) do not hide path and header when files are scrolling
This commit is contained in:
parent
8469c700a7
commit
45f59f18c2
7 changed files with 47 additions and 26 deletions
|
|
@ -176,7 +176,6 @@ body {
|
|||
width: 46%;
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
border: 1.5px solid;
|
||||
border-color: rgb(49, 123, 249);
|
||||
border-color: rgba(49, 123, 249, .40);
|
||||
|
|
@ -210,7 +209,10 @@ body {
|
|||
width: 23%;
|
||||
}
|
||||
|
||||
.panel, li {
|
||||
.files {
|
||||
overflow-y: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue