From f1436da96ca2f24a420bd78be20c05ddad9d1e61 Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:56:22 +0530 Subject: [PATCH] fixes overflow rounded border (#4227) --- apps/web/components/booking/pages/AvailabilityPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}