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

Merge pull request #230 from thornbill/fix-scrollbar

Remove unnecessary overflowY changes
This commit is contained in:
Anthony Lavado 2019-04-29 23:42:44 -04:00 committed by GitHub
commit c491731322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}