From 94b2f589531033b35c9f40f432d2c91a0aeb8cce Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Sat, 11 Sep 2021 15:38:27 +0200 Subject: [PATCH] Fixed scrollbar showing up on Portal unnecessarily --- ghost/portal/src/components/Frame.styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {