Limit height to match large popup

c34150fef016f39c0dd520032810ca66ffcb778f

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

1 files changed, +2 -2Ignore whitespace
public/css/popup-safari-fix.css+2 -2
@@ -2,7 +2,7 @@
2@media screen and (max-width: 1000px) {2@media screen and (max-width: 1000px) {
3 .ios .popup .popup-body {3 .ios .popup .popup-body {
4 height: fit-content;4 height: fit-content;
5 max-height: 95vh;5 max-height: 90vh;
6 max-height: 95svh;6 max-height: 90svh;
7 }7 }
8}8}