aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scss/plyr.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/scss/plyr.scss b/src/scss/plyr.scss
index 91a5d1b2..4ca45512 100644
--- a/src/scss/plyr.scss
+++ b/src/scss/plyr.scss
@@ -267,7 +267,11 @@
align-items: center;
line-height: 1;
text-align: center;
-
+ pointer-events: none;
+ & > * {
+ pointer-events: all;
+ }
+
// Spacing
> button,
.plyr__progress,