0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed scrollbar showing up on Portal unnecessarily

This commit is contained in:
Sanne de Vries 2021-09-11 15:38:27 +02:00
parent 22b03a0fc3
commit 94b2f58953

View file

@ -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 {