diff --git a/apps/web/components/booking/pages/AvailabilityPage.tsx b/apps/web/components/booking/pages/AvailabilityPage.tsx index b40a9d4e24..128fab66c6 100644 --- a/apps/web/components/booking/pages/AvailabilityPage.tsx +++ b/apps/web/components/booking/pages/AvailabilityPage.tsx @@ -394,7 +394,7 @@ const AvailabilityPage = ({ profile, eventType }: Props) => { style={availabilityDatePickerEmbedStyles} className={classNames( isBackgroundTransparent ? "" : "dark:bg-darkgray-100 sm:dark:border-darkgray-300 bg-white", - "border-bookinglightest rounded-md md:border", + "border-bookinglightest overflow-hidden rounded-md md:border", isEmbed ? "mx-auto" : maxWidth )}> {/* mobile: details */}