#2457 Remove screen size breakpoint from iOS cope styles

da11ffe874918c1309e8f6dcaf0d5c43392ac620

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -6Ignore whitespace
public/css/popup-safari-fix.css+4 -6
@@ -1,8 +1,6 @@
11/* iPhone copium land */
2-@media screen and (max-width: 1000px) {
2+.ios .popup .popup-body {
3- .ios .popup .popup-body {
3+ height: fit-content;
44 max-height: fit-content90vh;
55 max-height: 90vh90svh;
6- max-height: 90svh;
7- }
86}