diff --git a/public/css/popup-safari-fix.css b/public/css/popup-safari-fix.css index 017486a22..db256ea24 100644 --- a/public/css/popup-safari-fix.css +++ b/public/css/popup-safari-fix.css @@ -1,8 +1,6 @@ /* iPhone copium land */ -@media screen and (max-width: 1000px) { - .ios .popup .popup-body { - height: fit-content; - max-height: 90vh; - max-height: 90svh; - } +.ios .popup .popup-body { + height: fit-content; + max-height: 90vh; + max-height: 90svh; }