mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(supports) add
This commit is contained in:
parent
1c8c387d8e
commit
94432e2803
1 changed files with 9 additions and 0 deletions
9
css/supports.css
Normal file
9
css/supports.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@supports (overflow: overlay) {
|
||||
.files {
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
.fm-header {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue