iOs window height fix

This commit is contained in:
Čarodej
2022-04-07 11:00:24 +02:00
parent eb48aa46e3
commit 93dbaa081d
11 changed files with 23 additions and 92 deletions

View File

@@ -42,3 +42,9 @@
overflow-wrap: anywhere;
}
}
@supports (-webkit-touch-callout: none) {
.h-screen {
height: -webkit-fill-available;
}
}