From 9ff7fe39b2e99d4a8fee3b259ecd262eb37446e1 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Wed, 9 Apr 2025 23:47:22 +0200 Subject: [PATCH] fix(ui): increase z-index for Modal component to improve layering --- 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 */}