Fixed mobile infinite scrolling

This commit is contained in:
WardPearce
2024-04-03 04:24:14 +13:00
parent 23452118de
commit 232ed38e00
12 changed files with 79 additions and 75 deletions
+5
View File
@@ -7,4 +7,9 @@
padding-left: .1em !important;
padding-right: .1em !important;
}
}
main.root {
max-height: 100vh;
overflow-y: scroll;
}