Allow scrolling modal-content.

This commit is contained in:
Sage Vaillancourt 2022-10-02 10:02:55 -04:00
parent a23ec07618
commit 1465d0183a
1 changed files with 4 additions and 0 deletions

View File

@ -285,6 +285,10 @@ textarea {
background: none;
}
.modal-content {
overflow: scroll;
}
.modal-content input {
margin-bottom: 2em;
}