Skip to content

Commit

Permalink
fix: Fix content overflow in the Pages & Resources modal windows (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunyachek authored Sep 19, 2024
1 parent 9d3a05f commit f3274e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const AppSettingsModalBase = ({
variant={variant}
hasCloseButton={isMobile}
isFullscreenOnMobile
isOverflowVisible={false}
>
<ModalDialog.Header>
<ModalDialog.Title data-testid="modal-title">{title}</ModalDialog.Title>
Expand Down

0 comments on commit f3274e7

Please sign in to comment.