another attempt at ios fix

This commit is contained in:
Ilja 2022-02-15 12:55:19 +02:00
parent 96d8650508
commit e43eab7b72

View File

@ -2,6 +2,14 @@
box-sizing: border-box;
}
body,
html {
position: fixed;
height: calc(100vh - calc(100vh - 100%));
width: 100vw;
overflow: hidden;
}
.routeTransition {
width: 100%;
height: 100%;