Change mobile cope styles

This commit is contained in:
Cohee 2024-06-28 20:51:10 +03:00
parent 3803714465
commit 1c69ba1ae3

View File

@ -173,6 +173,8 @@ body.no-blur .popup[open]::backdrop {
@media screen and (max-width: 1000px) {
.popup .popup-body {
height: auto;
height: fit-content;
max-height: 95vh;
max-height: 95svh;
}
}