Spaces:
Running
Running
fix: make scrollbar visible again
Browse files
src/lib/components/chat/ChatWindow.svelte
CHANGED
@@ -255,7 +255,7 @@
|
|
255 |
/>
|
256 |
{/if}
|
257 |
<div
|
258 |
-
class="scrollbar-custom h-full overflow-y-auto"
|
259 |
use:snapScrollToBottom={messages.length ? [...messages] : false}
|
260 |
bind:this={chatContainer}
|
261 |
>
|
|
|
255 |
/>
|
256 |
{/if}
|
257 |
<div
|
258 |
+
class="scrollbar-custom mr-1 h-full overflow-y-auto"
|
259 |
use:snapScrollToBottom={messages.length ? [...messages] : false}
|
260 |
bind:this={chatContainer}
|
261 |
>
|