mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
9 lines
135 B
CSS
9 lines
135 B
CSS
@supports (overflow: overlay) {
|
|
.files {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.fm-header {
|
|
overflow-y: hidden;
|
|
}
|
|
}
|