Adds max height to modals so they don't disappear on small screens
This commit is contained in:
parent
0829696add
commit
8ba695c21d
|
@ -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 New Issue