Skip to content

Commit f3274e7

Browse files
authored
fix: Fix content overflow in the Pages & Resources modal windows (#1301)
1 parent 9d3a05f commit f3274e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const AppSettingsModalBase = ({
2626
variant={variant}
2727
hasCloseButton={isMobile}
2828
isFullscreenOnMobile
29+
isOverflowVisible={false}
2930
>
3031
<ModalDialog.Header>
3132
<ModalDialog.Title data-testid="modal-title">{title}</ModalDialog.Title>

0 commit comments

Comments
 (0)