diff --git a/src/video/components/internal/VideoElementInternal.tsx b/src/video/components/internal/VideoElementInternal.tsx index 335e8a9f..9a02fb9c 100644 --- a/src/video/components/internal/VideoElementInternal.tsx +++ b/src/video/components/internal/VideoElementInternal.tsx @@ -43,7 +43,7 @@ function VideoElement(props: Props) { autoPlay={props.autoPlay} muted={mediaPlaying.volume === 0} playsInline - className="h-full w-full" + className="z-0 h-full w-full" > {source.source?.caption ? (