diff --git a/latest/JellyTheme-Cleaner.css b/latest/JellyTheme-Cleaner.css index 14aa9be..fe673a0 100644 --- a/latest/JellyTheme-Cleaner.css +++ b/latest/JellyTheme-Cleaner.css @@ -2403,6 +2403,10 @@ display:none!important; -webkit-mask-image: none !important; } +.hide-scroll div#itemDetailPage { + display: none !important; +} + .layout-mobile .htmlvideoplayer { margin-top:-20em!important; object-fit:contain; diff --git a/latest/JellyTheme.css b/latest/JellyTheme.css index 2f563e7..e8c8bec 100644 --- a/latest/JellyTheme.css +++ b/latest/JellyTheme.css @@ -2393,6 +2393,10 @@ display:none!important; -webkit-mask-image: none !important; } +.hide-scroll div#itemDetailPage { + display: none !important; +} + .layout-mobile .htmlvideoplayer { margin-top:-20em!important; object-fit:contain;