diff options
Diffstat (limited to 'src/sass')
-rw-r--r-- | src/sass/base.scss | 1 | ||||
-rw-r--r-- | src/sass/components/poster.scss | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/base.scss b/src/sass/base.scss index 8ab3e1a8..93f91bd9 100644 --- a/src/sass/base.scss +++ b/src/sass/base.scss @@ -12,7 +12,6 @@ font-family: $plyr-font-family; font-variant-numeric: tabular-nums; // Force monosace-esque number widths font-weight: $plyr-font-weight-regular; - height: 100%; line-height: $plyr-line-height; max-width: 100%; min-width: 200px; diff --git a/src/sass/components/poster.scss b/src/sass/components/poster.scss index 2e966a32..6b2d7b6b 100644 --- a/src/sass/components/poster.scss +++ b/src/sass/components/poster.scss @@ -10,6 +10,7 @@ height: 100%; left: 0; opacity: 0; + pointer-events: none; position: absolute; top: 0; transition: opacity 0.2s ease; |