mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-18 14:16:45 +00:00
Adds max height to modals so they don't disappear on small screens
This commit is contained in:
parent
0829696add
commit
8ba695c21d
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ body {
|
||||||
.modal-card.is-fullwidth {
|
.modal-card.is-fullwidth {
|
||||||
min-width: 75% !important;
|
min-width: 75% !important;
|
||||||
}
|
}
|
||||||
|
.modal-card-body {
|
||||||
|
max-height: 70vh;
|
||||||
|
}
|
||||||
|
|
||||||
.clip-text {
|
.clip-text {
|
||||||
max-height: 35em;
|
max-height: 35em;
|
||||||
|
|
Loading…
Reference in a new issue