Skip to content

Commit b177238

Browse files
authored
fix: component preview modal overflow (#1348)
1 parent b71f214 commit b177238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/library-authoring/component-info/ComponentPreview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const ModalComponentPreview = ({ isOpen, close, usageKey }: ModalComponentPrevie
2020
title={intl.formatMessage(messages.previewModalTitle)}
2121
isOpen={isOpen}
2222
onClose={close}
23+
isOverflowVisible={false}
2324
className="component-preview-modal"
2425
>
2526
<LibraryBlock usageKey={usageKey} />

0 commit comments

Comments
 (0)