From fc321f9d74df1fae43640f394b2945ce589854b1 Mon Sep 17 00:00:00 2001 From: Tom Robiquet Date: Wed, 6 Dec 2023 15:16:27 +0200 Subject: [PATCH] Move notifications in front of modal overlay --- components/ui/NotificationCenter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/NotificationCenter.tsx b/components/ui/NotificationCenter.tsx index ea328953f..0b91126fe 100644 --- a/components/ui/NotificationCenter.tsx +++ b/components/ui/NotificationCenter.tsx @@ -109,7 +109,7 @@ const NotificationCenter = () => { const { notifications, removeNotification } = useNotifications(); return ( -
+