Merge pull request #1314 from bookwyrm-social/modal-overflow

Adds max height to modals so they don't disappear on small screens
This commit is contained in:
Mouse Reeve
2021-08-19 18:11:11 -06:00
committed by GitHub

View File

@ -29,6 +29,10 @@ body {
min-width: 75% !important;
}
.modal-card-body {
max-height: 70vh;
}
.clip-text {
max-height: 35em;
overflow: hidden;