From 2215395a2625aa65e74f0dc34056d7bb852cc918 Mon Sep 17 00:00:00 2001 From: Maurice Date: Sun, 12 Apr 2026 02:11:29 +0200 Subject: [PATCH] fix: add bottom padding to Vacay calendar grid so toolbar doesn't overlap last row (#533) --- client/src/components/Vacay/VacayCalendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Vacay/VacayCalendar.tsx b/client/src/components/Vacay/VacayCalendar.tsx index d9fed48b..f016c72d 100644 --- a/client/src/components/Vacay/VacayCalendar.tsx +++ b/client/src/components/Vacay/VacayCalendar.tsx @@ -70,7 +70,7 @@ export default function VacayCalendar() { return (
-
+
{Array.from({ length: 12 }, (_, i) => (