Change mobile cope styles
| @@ -173,6 +173,8 @@ body.no-blur .popup[open]::backdrop { | |||
| 173 | 173 | ||
| 174 | @media screen and (max-width: 1000px) { | 174 | @media screen and (max-width: 1000px) { |
| 175 | .popup .popup-body { | 175 | .popup .popup-body { |
| 176 | height: auto; | 176 | height: fit-content; |
| 177 | max-height: 95vh; | ||
| 178 | max-height: 95svh; | ||
| 177 | } | 179 | } |
| 178 | } | 180 | } |