From e015a9a651315173421a1c952462c63edb93cf73 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Mon, 13 Oct 2025 14:39:01 +0200 Subject: [PATCH] fixed notification containers z-index --- .../src/components/Notification/NotificationContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Notification/NotificationContainer.tsx b/frontend/src/components/Notification/NotificationContainer.tsx index 1316dbb..1468971 100644 --- a/frontend/src/components/Notification/NotificationContainer.tsx +++ b/frontend/src/components/Notification/NotificationContainer.tsx @@ -60,9 +60,9 @@ const NotificationContainer: React.FC = () => { return (
{notifications.map(notification => (