From 665d06c8e097994eeab30eb97a98b201b2a250e7 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:40:07 -0700 Subject: [PATCH] fix caption preview z index --- src/pages/parts/settings/CaptionsPart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/parts/settings/CaptionsPart.tsx b/src/pages/parts/settings/CaptionsPart.tsx index 3dc5f275..51fbb29f 100644 --- a/src/pages/parts/settings/CaptionsPart.tsx +++ b/src/pages/parts/settings/CaptionsPart.tsx @@ -33,7 +33,7 @@ export function CaptionPreview(props: { className={classNames({ "pointer-events-none overflow-hidden w-full rounded": true, "aspect-video relative": !props.fullscreen, - "fixed inset-0 z-[60]": props.fullscreen, + "fixed inset-0 z-[999]": props.fullscreen, })} > {props.fullscreen && props.show ? (