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