Skip to content

Commit

Permalink
chore: fix file preview modal keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 28, 2023
1 parent 775f4d4 commit 3da5c85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ const FilePreviewModalWrapper: FunctionComponent<Props> = ({ application }) => {
isOpen={application.filePreviewModalController.isOpen}
close={application.filePreviewModalController.dismiss}
className="md:!h-full md:max-h-[90%] md:!w-full md:max-w-[90%]"
autoFocusOnShow={false}
>
<FilePreviewModal application={application} />
</ModalOverlay>
Expand Down

0 comments on commit 3da5c85

Please sign in to comment.