Improve scrolling, discover page

This commit is contained in:
Jon Staab
2024-10-17 14:26:53 -07:00
parent 9c31b12d48
commit 4683fc4203
12 changed files with 90 additions and 74 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
onMount(() => {
const scroller = createScroller({
element: element.closest(".overflow-auto")!,
element,
onScroll: () => {
limit += 10
},