mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed scrollbar position in signup form modal
Refs https://www.notion.so/ghost/Embed-testing-0193905e46d449b5ad865f7364176814?pvs=4#325a9bc8979a4be9bf436c3f619d8e53
This commit is contained in:
parent
5949d6a8d4
commit
7a74563e21
1 changed files with 2 additions and 2 deletions
|
@ -3137,8 +3137,8 @@ p.theme-validation-details {
|
|||
|
||||
.modal-signup-form-embed-main .modal-body {
|
||||
height: 320px;
|
||||
margin: -4px;
|
||||
padding: 4px;
|
||||
margin: -32px;
|
||||
padding: 32px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue