mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
4 lines
142 B
SCSS
4 lines
142 B
SCSS
/* own "noScroll" class to avoid conflicts and the need for a scrollbar manager */
|
|
.screensaver-noScroll {
|
|
overflow: hidden !important;
|
|
}
|