Limit height to match large popup

c34150fef016f39c0dd520032810ca66ffcb778f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Showing whitespace changes
public/css/popup-safari-fix.css+2 -2
@@ -2,7 +2,7 @@
22@media screen and (max-width: 1000px) {
33 .ios .popup .popup-body {
44 height: fit-content;
55 max-height: 95vh90vh;
66 max-height: 95svh90svh;
77 }
88}