fixe ios wrong height:100vh #831

This commit is contained in:
2022-03-17 18:35:04 +01:00
parent 2b40b9910d
commit a1c3382a6c
+4
View File
@@ -20,6 +20,10 @@ body{
width: 100vw;
max-width: 1920px;
height:100vh;
// ? https://www.bram.us/2020/05/06/100vh-in-safari-on-ios/
@supports (-webkit-touch-callout: none) {
height: -webkit-fill-available;
}
margin:0 auto;
%layout-element{
width:100vw;