Allow scrolling modal-content.
This commit is contained in:
parent
a23ec07618
commit
1465d0183a
|
@ -285,6 +285,10 @@ textarea {
|
|||
background: none;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.modal-content input {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue