aboutsummaryrefslogtreecommitdiffstats
path: root/res/css
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-08-20 15:10:58 +0300
committerRblSb <msrblsb@gmail.com>2021-08-20 16:22:58 +0300
commit8c0b2edaa6c07f8f6ac4970059ff8964c8630a4a (patch)
treeaa724a1c7b2e031a4691a24f85e3d66fd969c8fb /res/css
parent34f50a628249cccfd746d05a3ff1bfaaba0efd0b (diff)
Fix subs for linux firefox
My disappointment is immeasurable, and my day is ruined. Also need to report this somewhat. closes #28
Diffstat (limited to 'res/css')
-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