0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed form embed settings overflowing in x direction

Closes https://github.com/TryGhost/Team/issues/3384
This commit is contained in:
Sanne de Vries 2023-06-06 15:24:08 +02:00
parent 2e2a96c741
commit d9a20b0e00

View file

@ -3136,8 +3136,10 @@ p.theme-validation-details {
}
.modal-signup-form-embed-main .modal-body {
overflow-y: auto;
height: 320px;
margin: -4px;
padding: 4px;
overflow-y: auto;
}
.modal-signup-form-embed-main .form-group {