Limit height to match large popup

This commit is contained in:
Cohee
2024-06-28 21:32:39 +03:00
parent e98f38b6da
commit c34150fef0

View File

@ -2,7 +2,7 @@
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
.ios .popup .popup-body { .ios .popup .popup-body {
height: fit-content; height: fit-content;
max-height: 95vh; max-height: 90vh;
max-height: 95svh; max-height: 90svh;
} }
} }