Move the chat scrollbar all the way to the right

This commit is contained in:
dtonon 2026-05-12 21:40:09 +01:00
parent 2bd3ce1f21
commit f41868fdf1

View file

@ -171,7 +171,7 @@
<div <div
bind:this={listEl} bind:this={listEl}
onscroll={onListScroll} onscroll={onListScroll}
class="flex-1 overflow-y-auto flex flex-col" class="flex-1 overflow-y-auto flex flex-col -mr-6 pr-6"
> >
{#if messages.length === 0} {#if messages.length === 0}
<div class="m-auto text-center text-sm text-neutral-400 py-8"> <div class="m-auto text-center text-sm text-neutral-400 py-8">