Improve scrolling on mobile

This commit is contained in:
2025-08-28 00:19:46 -07:00
parent f43d79769c
commit bf5690cacd
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ body {
}
.app {
height: 100vh;
height: 100dvh;
display: flex;
flex-direction: column;
}