Skip to content

Commit 7f61360

Browse files
fix: enable overflow (calcom#24560)
1 parent bb79368 commit 7f61360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/dialog/RerouteDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ export const RerouteDialog = ({ isOpenDialog, setIsOpenDialog, booking }: Rerout
903903

904904
return (
905905
<Dialog open={isOpenDialog} onOpenChange={setIsOpenDialog}>
906-
<DialogContent preventCloseOnOutsideClick>
906+
<DialogContent preventCloseOnOutsideClick enableOverflow>
907907
<DialogHeader title={t("reroute_booking")} subtitle={t("reroute_booking_description")} />
908908
<RerouteDialogContentAndFooter
909909
booking={teamEventTypeBooking}

0 commit comments

Comments
 (0)