Limit height to match large popup
| @@ -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 | } |