From b94de385102d9fc778884c9130675e2b41d0f1ba Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Thu, 10 Apr 2025 00:05:51 +0200 Subject: [PATCH] fix(ui): increase z-index for Modal component to improve layering (#341) --- ui/src/components/Modal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/Modal.tsx b/ui/src/components/Modal.tsx index 039b493..e395445 100644 --- a/ui/src/components/Modal.tsx +++ b/ui/src/components/Modal.tsx @@ -15,12 +15,12 @@ const Modal = React.memo(function Modal({ onClose: () => void; }) { return ( - + -
+
{/* TODO: This doesn't work well with other-sessions */}