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
commit 7a390af07e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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