Skip to content

Commit 82a3b7c

Browse files
authored
fix: Fix content overflow in the Overwrite Files modal window (#1291)
1 parent fb3533a commit 82a3b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/files-and-videos/files-page/FileValidationModal.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const FileValidationModal = ({
3232
title={intl.formatMessage(messages.overwriteModalTitle)}
3333
isOpen={isOpen}
3434
onClose={close}
35+
isOverflowVisible={false}
3536
>
3637
<ModalDialog.Header>
3738
<ModalDialog.Title>

0 commit comments

Comments
 (0)