diff options
author | Albin Larsson <mail@albinlarsson.com> | 2018-05-08 16:50:40 +0200 |
---|---|---|
committer | Albin Larsson <mail@albinlarsson.com> | 2018-05-08 16:50:40 +0200 |
commit | 069065ea3a0becbe09c4f251ce2e44fefa6acacf (patch) | |
tree | fdf11daaf4dcf54b68f770b33499fe15e49fb9b6 | |
parent | 1672e78041de142459225c247037eb864a9f73e5 (diff) | |
download | plyr-069065ea3a0becbe09c4f251ce2e44fefa6acacf.tar.lz plyr-069065ea3a0becbe09c4f251ce2e44fefa6acacf.tar.xz plyr-069065ea3a0becbe09c4f251ce2e44fefa6acacf.zip |
Fix #946 - poster getting click events
-rw-r--r-- | src/sass/components/poster.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sass/components/poster.scss b/src/sass/components/poster.scss index 56644dd2..92ab0fce 100644 --- a/src/sass/components/poster.scss +++ b/src/sass/components/poster.scss @@ -15,6 +15,7 @@ transition: opacity 0.3s ease; width: 100%; z-index: 1; + pointer-events: none; } .plyr--stopped .plyr__poster { |