mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update scroll
This commit is contained in:
parent
b9b228e2d8
commit
65da95c2ab
3 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,9 @@
|
|||
.smoothScrollX {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-y: hidden;
|
||||
scroll-behavior: smooth;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.hiddenScrollX {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue