diff options
author | Sam Potts <sam@selz.com> | 2017-11-04 21:28:38 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 21:28:38 +1100 |
commit | 0074e77a7c30cbefbd3a9e6828d154fc9c3c19a4 (patch) | |
tree | 16b59785a5908e669a964ad28146fc8d34cc910f | |
parent | f3141690eec43c7d7f4d8ce74c98a04ee6c49459 (diff) | |
download | plyr-0074e77a7c30cbefbd3a9e6828d154fc9c3c19a4.tar.lz plyr-0074e77a7c30cbefbd3a9e6828d154fc9c3c19a4.tar.xz plyr-0074e77a7c30cbefbd3a9e6828d154fc9c3c19a4.zip |
Update plyr.scss
-rw-r--r-- | src/scss/plyr.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scss/plyr.scss b/src/scss/plyr.scss index 4ca45512..b37488f8 100644 --- a/src/scss/plyr.scss +++ b/src/scss/plyr.scss @@ -268,6 +268,7 @@ line-height: 1; text-align: center; pointer-events: none; + & > * { pointer-events: all; } |