This commit is contained in:
Timothy Jaeryang Baek
2026-07-14 17:00:27 -04:00
parent 79d3e34eea
commit 54cef1df48
@@ -649,7 +649,7 @@
let listScrollTop = 0;
let listContainer;
$: listViewportHeight = isSmallViewport ? 120 : 288;
$: listViewportHeight = isSmallViewport ? 192 : 288;
$: visibleStart = Math.max(0, Math.floor(listScrollTop / ITEM_HEIGHT) - OVERSCAN);
$: visibleEnd = Math.min(