Move the chat scrollbar all the way to the right
This commit is contained in:
parent
2bd3ce1f21
commit
f41868fdf1
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@
|
|||
<div
|
||||
bind:this={listEl}
|
||||
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}
|
||||
<div class="m-auto text-center text-sm text-neutral-400 py-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue