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; } }