#2457 Remove screen size breakpoint from iOS cope styles

This commit is contained in:
Cohee 2024-07-02 07:37:07 +00:00
parent e8c5ce0669
commit da11ffe874

View File

@ -1,8 +1,6 @@
/* iPhone copium land */
@media screen and (max-width: 1000px) {
.ios .popup .popup-body {
height: fit-content;
max-height: 90vh;
max-height: 90svh;
}
.ios .popup .popup-body {
height: fit-content;
max-height: 90vh;
max-height: 90svh;
}