From 37d5aaede92b6afb39cb3ce0c20c2db0cb887ad0 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sun, 19 Mar 2023 18:36:52 +0100 Subject: [PATCH] add z-index 0 to video element --- src/video/components/internal/VideoElementInternal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (