From 3eba8b32797f775428a65d37f0da078bd964d65b Mon Sep 17 00:00:00 2001 From: hypercross Date: Tue, 7 Jul 2026 23:59:57 +0800 Subject: [PATCH] fix(ui): increase z-index for DocDialog elements Update z-index from 50 to 60 for the dialog overlay and dropdown to ensure they appear above other UI components. --- src/components/DocDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DocDialog.tsx b/src/components/DocDialog.tsx index 321f31f..cb7ab20 100644 --- a/src/components/DocDialog.tsx +++ b/src/components/DocDialog.tsx @@ -63,7 +63,7 @@ const DocDialog: Component = (props) => { return (
{ if (e.target === e.currentTarget) props.onClose(); }} @@ -79,7 +79,7 @@ const DocDialog: Component = (props) => { -
+