about summary refs log tree commit diff
path: root/bskyweb/templates
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-08-26 22:28:45 +0100
committerGitHub <noreply@github.com>2024-08-26 22:28:45 +0100
commit9b534b968da2a87e2cfc0c8e62cda127f98edae1 (patch)
tree09e0faf84cd700088f80707298c58cf327f89a4c /bskyweb/templates
parentdef9dda29c7fb08edc4cbf5d659221b976413a05 (diff)
downloadvoidsky-9b534b968da2a87e2cfc0c8e62cda127f98edae1.tar.zst
[Video] add scrubber to the web player (#4943)
Diffstat (limited to 'bskyweb/templates')
-rw-r--r--bskyweb/templates/base.html5
1 files changed, 5 insertions, 0 deletions
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;
+    }
   </style>
   </style>
   {% include "scripts.html" %}