diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index dd3bfc9996..a12511527c 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -620,7 +620,7 @@ const MobileStyles = ` align-items: center; justify-content: space-between; background: var(--white); - overflow-y: scroll; + overflow-y: auto; } .gh-portal-popup-container {