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

Move screensavermanager to scripts

This commit is contained in:
Bill Thornton 2022-03-31 16:18:45 -04:00
parent b69f05713e
commit cf851074b7
3 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,4 @@
/* own "noScroll" class to avoid conflicts and the need for a scrollbar manager */
.screensaver-noScroll {
overflow: hidden !important;
}