Skip to content

Commit

Permalink
fix: make scrollbar visible again
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Nov 29, 2024
1 parent 18ee385 commit ff65aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/chat/ChatWindow.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
/>
{/if}
<div
class="scrollbar-custom h-full overflow-y-auto"
class="scrollbar-custom mr-1 h-full overflow-y-auto"
use:snapScrollToBottom={messages.length ? [...messages] : false}
bind:this={chatContainer}
>
Expand Down

0 comments on commit ff65aef

Please sign in to comment.