Skip to content

Commit 926e495

Browse files
committed
chore: easier scroll escape
1 parent a9f94e3 commit 926e495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/app/components/chat/ChatInterface.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function isNearBottom() {
311311
const l = lenisRef.value
312312
const scrollHeight = l.$el.scrollHeight
313313
314-
return (l.$el.scrollTop + l.$el.clientHeight) > (scrollHeight - 345)
314+
return (l.$el.scrollTop + l.$el.clientHeight) > (scrollHeight - 69)
315315
}
316316
317317
const multiStreamConfirmDialogOpen = ref(false)

0 commit comments

Comments
 (0)