From 60fde141b516a7e6f6d7f41e2dba78ce1907f10a Mon Sep 17 00:00:00 2001 From: andreawoe Date: Mon, 24 Aug 2026 14:16:17 +0200 Subject: [PATCH] fix(calendar): wrap event-modal footer buttons so Save stays visible --- components/calendar/event-modal.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/calendar/event-modal.tsx b/components/calendar/event-modal.tsx index e839366f..ac133921 100644 --- a/components/calendar/event-modal.tsx +++ b/components/calendar/event-modal.tsx @@ -1154,8 +1154,8 @@ export function EventModal({ {/* Action Bar */} -
-
+
+
{onDelete && ( showDeleteConfirm ? (
@@ -1194,7 +1194,7 @@ export function EventModal({ )}
{!showDeleteConfirm && ( - @@ -1625,8 +1625,8 @@ export function EventModal({
-
-
+
+
{isEdit && onDelete && ( showDeleteConfirm ? (
@@ -1677,7 +1677,7 @@ export function EventModal({ )}
-
+