Skip to content

Commit 3af6fee

Browse files
authored
fix: eventypes description overflow issue (calcom#25436)
* fix: add overflow-y-auto to prevent description text from spilling over * Rename setter for seatedEventData in EventMeta
1 parent 0f84ced commit 3af6fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/bookings/Booker/components/EventMeta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const EventMeta = ({
178178
{(event.description || translatedDescription) && (
179179
<EventMetaBlock
180180
data-testid="event-meta-description"
181-
contentClassName="mb-8 wrap-break-word max-w-full max-h-[180px] scroll-bar pr-4">
181+
contentClassName="mb-8 wrap-break-word max-w-full max-h-[180px] scroll-bar pr-4 overflow-y-auto">
182182
<div
183183
// eslint-disable-next-line react/no-danger
184184
dangerouslySetInnerHTML={{

0 commit comments

Comments
 (0)