From c34150fef016f39c0dd520032810ca66ffcb778f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:32:39 +0300 Subject: [PATCH] Limit height to match large popup --- public/css/popup-safari-fix.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/popup-safari-fix.css b/public/css/popup-safari-fix.css index 1dc5085ff..017486a22 100644 --- a/public/css/popup-safari-fix.css +++ b/public/css/popup-safari-fix.css @@ -2,7 +2,7 @@ @media screen and (max-width: 1000px) { .ios .popup .popup-body { height: fit-content; - max-height: 95vh; - max-height: 95svh; + max-height: 90vh; + max-height: 90svh; } }