Adds max height to modals so they don't disappear on small screens

This commit is contained in:
Mouse Reeve 2021-08-19 15:19:10 -07:00
parent 0829696add
commit 8ba695c21d

View file

@ -28,6 +28,9 @@ body {
.modal-card.is-fullwidth {
min-width: 75% !important;
}
.modal-card-body {
max-height: 70vh;
}
.clip-text {
max-height: 35em;