fixes overflow rounded border (#4227)

This commit is contained in:
Syed Ali Shahbaz 2022-09-07 12:56:22 +05:30 committed by GitHub
parent 30f8d12563
commit f1436da96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */}