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) --- bskyweb/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bskyweb') diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index cb2caed44..c24802798 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -253,6 +253,11 @@ from { opacity: 1; } to { opacity: 0; } } + + .force-no-clicks > *, + .force-no-clicks * { + pointer-events: none !important; + } {% include "scripts.html" %} -- cgit 1.4.1