#2457 Remove screen size breakpoint from iOS cope styles
| @@ -1,8 +1,6 @@ | ||
| 1 | 1 | /* iPhone copium land */ |
| 2 | -@media screen and (max-width: 1000px) { | |
| 3 | 2 | .ios .popup .popup-body { |
| 4 | 3 | height: fit-content; |
| 5 | 4 | max-height: 90vh; |
| 6 | 5 | max-height: 90svh; |
| 7 | 6 | } |
| 8 | -} | |