Skip to content

Commit ad1481f

Browse files
committed
fix(player/react): volume slider not showing
1 parent a73b537 commit ad1481f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/vidstack/player/styles/default/layouts

packages/vidstack/player/styles/default/layouts/video.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
}
162162

163163
.vds-video-layout :where(*[data-hocus], *:focus-within) + .vds-volume-slider,
164+
.vds-video-layout :where(*[data-hocus], *:focus-within) + * + .vds-volume-slider,
164165
:where(.vds-video-layout .vds-volume-slider[data-active]) {
165166
margin-left: 9px;
166167
max-width: var(--video-volume-slider-max-width, 72px);

0 commit comments

Comments
 (0)