From 9b534b968da2a87e2cfc0c8e62cda127f98edae1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 26 Aug 2024 22:28:45 +0100 Subject: [Video] add scrubber to the web player (#4943) --- web/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index 81cbc2332..825d15968 100644 --- a/web/index.html +++ b/web/index.html @@ -257,6 +257,11 @@ from { opacity: 1; } to { opacity: 0; } } + + .force-no-clicks > *, + .force-no-clicks * { + pointer-events: none !important; + } -- cgit 1.4.1