From 51212cdacf68043dc449f6529513f4d9add3929e Mon Sep 17 00:00:00 2001 From: Evan Liu Date: Sun, 20 Apr 2025 14:33:12 +1200 Subject: [PATCH] fix: header overlaps in month view on short viewport (#20749) * fix: header overlaps in month view on short viewport * refactor: Merge classes into same condition * fix: Remove booker margin top if isEmbed --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com> Co-authored-by: amrit --- packages/features/bookings/Booker/Booker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/features/bookings/Booker/Booker.tsx b/packages/features/bookings/Booker/Booker.tsx index 5952632041..990a77c02c 100644 --- a/packages/features/bookings/Booker/Booker.tsx +++ b/packages/features/bookings/Booker/Booker.tsx @@ -324,6 +324,7 @@ const BookerComponent = ({ // In a popup embed, if someone clicks outside the main(having main class or main tag), it closes the embed "main", "text-default flex min-h-full w-full flex-col items-center", + layout === BookerLayouts.MONTH_VIEW && !isEmbed && "my-20 ", layout === BookerLayouts.MONTH_VIEW ? "overflow-visible" : "overflow-clip", `${customClassNames?.bookerWrapper}` )}>