aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/css/des.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/css/des.css b/res/css/des.css
index 5b2ddcc..a7c71e6 100644
--- a/res/css/des.css
+++ b/res/css/des.css
@@ -747,7 +747,9 @@ html {
grid-area: video;
width: 100%;
height: 100%;
- overflow: auto;
+ /* Breaks subs after viewport overflow on FF+Linux (SyncTube#28) */
+ /* overflow: auto; */
+ overflow: scroll;
background: var(--background-video);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage