1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove unnecessary overflowY changes

This commit is contained in:
Bill Thornton 2019-04-05 23:40:55 -04:00
parent 9677981344
commit 27c4a005de
3 changed files with 0 additions and 14 deletions

View file

@ -29,16 +29,11 @@ html {
}
body {
overflow-y: scroll !important;
overflow-x: hidden;
background-color: transparent !important;
-webkit-font-smoothing: antialiased
}
body.autoScrollY {
overflow-y: auto !important
}
.mainAnimatedPage {
contain: style size !important
}