From 96b6d7d81f16932a83269e4225616366e332b035 Mon Sep 17 00:00:00 2001 From: Salman Abuhaimed Date: Tue, 31 Mar 2026 06:01:41 +0300 Subject: [PATCH] fix: note modal hidden behind mobile sidebar due to z-index --- client/src/components/Planner/DayPlanSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Planner/DayPlanSidebar.tsx b/client/src/components/Planner/DayPlanSidebar.tsx index ce0ebec3..46412596 100644 --- a/client/src/components/Planner/DayPlanSidebar.tsx +++ b/client/src/components/Planner/DayPlanSidebar.tsx @@ -1406,7 +1406,7 @@ export default function DayPlanSidebar({ {/* Notiz-Popup-Modal — über Portal gerendert, um den backdropFilter-Stapelkontext zu umgehen */} {Object.entries(noteUi).map(([dayId, ui]) => ui && ReactDOM.createPortal(
cancelNote(Number(dayId))}>