Spaces:
Paused
Paused
Revert added margin (#1603)
Browse filesCo-authored-by: Nathan Sarrazin <[email protected]>
src/lib/components/chat/ChatWindow.svelte
CHANGED
|
@@ -255,7 +255,7 @@
|
|
| 255 |
/>
|
| 256 |
{/if}
|
| 257 |
<div
|
| 258 |
-
class="scrollbar-custom
|
| 259 |
use:snapScrollToBottom={messages.length ? [...messages] : false}
|
| 260 |
bind:this={chatContainer}
|
| 261 |
>
|
|
|
|
| 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 |
>
|