We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3a05f commit f3274e7Copy full SHA for f3274e7
src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx
@@ -26,6 +26,7 @@ const AppSettingsModalBase = ({
26
variant={variant}
27
hasCloseButton={isMobile}
28
isFullscreenOnMobile
29
+ isOverflowVisible={false}
30
>
31
<ModalDialog.Header>
32
<ModalDialog.Title data-testid="modal-title">{title}</ModalDialog.Title>
0 commit comments