Skip to content

Commit 54306a5

Browse files
rotemdannsarrazin
andauthored
Revert added margin (#1603)
Co-authored-by: Nathan Sarrazin <sarrazin.nathan@gmail.com>
1 parent ff65aef commit 54306a5

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 mr-1 h-full overflow-y-auto"
258+
class="scrollbar-custom h-full overflow-y-auto"
259259
use:snapScrollToBottom={messages.length ? [...messages] : false}
260260
bind:this={chatContainer}
261261
>

0 commit comments

Comments
 (0)