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