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:
parent
22b03a0fc3
commit
94b2f58953
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue