Skip to content

Commit d42da41

Browse files
committed
refac
1 parent 54cef1d commit d42da41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/chat/ModelSelector/Selector.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@
649649
650650
let listScrollTop = 0;
651651
let listContainer;
652-
$: listViewportHeight = isSmallViewport ? 192 : 288;
652+
$: listViewportHeight = isSmallViewport ? 240 : 288;
653653
654654
$: visibleStart = Math.max(0, Math.floor(listScrollTop / ITEM_HEIGHT) - OVERSCAN);
655655
$: visibleEnd = Math.min(

0 commit comments

Comments
 (0)