Limit height to match large popup
| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | @media screen and (max-width: 1000px) { |
| 3 | 3 | .ios .popup .popup-body { |
| 4 | 4 | height: fit-content; |
| 5 | 5 | max-height: 95vh90vh; |
| 6 | 6 | max-height: 95svh90svh; |
| 7 | 7 | } |
| 8 | 8 | } |
| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | @media screen and (max-width: 1000px) { |
| 3 | 3 | .ios .popup .popup-body { |
| 4 | 4 | height: fit-content; |
| 5 | 5 | max-height: 95vh90vh; |
| 6 | 6 | max-height: 95svh90svh; |
| 7 | 7 | } |
| 8 | 8 | } |