mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update document scroll
This commit is contained in:
parent
fc06b2eac8
commit
c38ac1b5ce
@ -287,7 +287,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow-y: scroll !important;
|
overflow-y: auto !important;
|
||||||
/* This is needed to prevent a horizontal scrollbar while neon-animated-pages are animating. */
|
/* This is needed to prevent a horizontal scrollbar while neon-animated-pages are animating. */
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
/*Can't use this with safari or it causes some content to disappear*/
|
/*Can't use this with safari or it causes some content to disappear*/
|
||||||
|
Loading…
Reference in New Issue
Block a user