Skip to content

Commit

Permalink
fix: Fix content overflow in the Overwrite Files modal window (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunyachek committed Sep 17, 2024
1 parent fb3533a commit 82a3b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/files-and-videos/files-page/FileValidationModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const FileValidationModal = ({
title={intl.formatMessage(messages.overwriteModalTitle)}
isOpen={isOpen}
onClose={close}
isOverflowVisible={false}
>
<ModalDialog.Header>
<ModalDialog.Title>
Expand Down

0 comments on commit 82a3b7c

Please sign in to comment.