Skip to content

Commit eb6418c

Browse files
Add enableOverflow prop to DialogContent (calcom#24935)
1 parent 2df2868 commit eb6418c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/booking/BookingActionsDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export function BookingActionsDropdown({ booking }: BookingActionsDropdownProps)
325325

326326
return (
327327
<Dialog open={isOpen} onOpenChange={setIsOpen}>
328-
<DialogContent title={t("mark_as_no_show")}>
328+
<DialogContent title={t("mark_as_no_show")} enableOverflow>
329329
<div className="space-y-2">
330330
{attendees.map((attendee, index) => (
331331
<label key={attendee.email} className="flex items-center space-x-2">

0 commit comments

Comments
 (0)