Skip to content

Commit e9c846a

Browse files
committed
fix: avoid forcing scroll bars on chat input
1 parent 72bad25 commit e9c846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/ChatInput.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
enterkeyhint="send"
4848
tabindex="0"
4949
rows="1"
50-
class="scrollbar-custom absolute top-0 m-0 h-full w-full resize-none scroll-p-3 overflow-x-hidden overflow-y-scroll border-0 bg-transparent p-3 outline-none focus:ring-0 focus-visible:ring-0"
50+
class="scrollbar-custom absolute top-0 m-0 h-full w-full resize-none scroll-p-3 overflow-y-auto overflow-x-hidden border-0 bg-transparent p-3 outline-none focus:ring-0 focus-visible:ring-0"
5151
class:text-gray-400={disabled}
5252
bind:value
5353
bind:this={textareaElement}

0 commit comments

Comments
 (0)