diff options
author | dirkjf <d.j.faber@outlook.com> | 2020-11-09 16:33:28 +0100 |
---|---|---|
committer | dirkjf <d.j.faber@outlook.com> | 2020-11-09 16:33:28 +0100 |
commit | 136bb525a5ab7b7f61a7842947b988da36fb3763 (patch) | |
tree | 3efe1c64298d3d7f40cdfbca834addfff926f573 | |
parent | e85737d8552c8dbdfe8426952f4676aadddafdd6 (diff) | |
download | plyr-136bb525a5ab7b7f61a7842947b988da36fb3763.tar.lz plyr-136bb525a5ab7b7f61a7842947b988da36fb3763.tar.xz plyr-136bb525a5ab7b7f61a7842947b988da36fb3763.zip |
Fixes #2005
-rw-r--r-- | src/sass/components/volume.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sass/components/volume.scss b/src/sass/components/volume.scss index be82f536..863df51d 100644 --- a/src/sass/components/volume.scss +++ b/src/sass/components/volume.scss @@ -15,6 +15,7 @@ margin-right: calc(#{$plyr-control-spacing} / 2); position: relative; z-index: 2; + min-width: 0; } } |