forked from mirrors/bookwyrm
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 {
|
||||
min-width: 75% !important;
|
||||
}
|
||||
.modal-card-body {
|
||||
max-height: 70vh;
|
||||
}
|
||||
|
||||
.clip-text {
|
||||
max-height: 35em;
|
||||
|
|
Loading…
Reference in a new issue