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

This commit is contained in:
2024-12-07 23:18:32 +02:00
parent cd0cddbf84
commit 0d40aaf2da
2 changed files with 18 additions and 8 deletions
+1 -4
View File
@@ -7,9 +7,6 @@
@layer tailwind-utilities {
@tailwind components;
@tailwind utilities;
.scroll-touch {
-webkit-overflow-scrolling: touch;
}
}
/*html, body, #app {*/
@@ -24,4 +21,4 @@ html {
body, #app {
height: 100%;
}
}