fix scroll on ios
Deploy app frontend / app frontend (push) Successful in 1m31s

This commit is contained in:
2024-12-07 22:37:32 +02:00
parent a420a7a040
commit cd0cddbf84
6 changed files with 71 additions and 14 deletions
+15 -2
View File
@@ -7,8 +7,21 @@
@layer tailwind-utilities {
@tailwind components;
@tailwind utilities;
.scroll-touch {
-webkit-overflow-scrolling: touch;
}
}
html, body, #app {
/*html, body, #app {*/
/* height: 100%;*/
/* max-height: 100dvh;*/
/*}*/
html {
height: 100dvh;
}
body, #app {
height: 100%;
}
}