diff --git a/registry/lib/components/video/player/control-background/control-background.scss b/registry/lib/components/video/player/control-background/control-background.scss index 9b6b25989..3a16db36b 100644 --- a/registry/lib/components/video/player/control-background/control-background.scss +++ b/registry/lib/components/video/player/control-background/control-background.scss @@ -29,7 +29,7 @@ position: absolute; bottom: 0; height: calc(100% - 17px); - width: 100%; + width: calc(100% - 24px); background-color: rgba(0, 0, 0, var(--video-control-opacity)); z-index: -1; @include on-fullscreen {