Skip to content

Commit ff65aef

Browse files
committed
fix: make scrollbar visible again
1 parent 18ee385 commit ff65aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/ChatWindow.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
/>
256256
{/if}
257257
<div
258-
class="scrollbar-custom h-full overflow-y-auto"
258+
class="scrollbar-custom mr-1 h-full overflow-y-auto"
259259
use:snapScrollToBottom={messages.length ? [...messages] : false}
260260
bind:this={chatContainer}
261261
>

0 commit comments

Comments
 (0)