We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bad25 commit e9c846aCopy full SHA for e9c846a
src/lib/components/chat/ChatInput.svelte
@@ -47,7 +47,7 @@
47
enterkeyhint="send"
48
tabindex="0"
49
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"
+ 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"
51
class:text-gray-400={disabled}
52
bind:value
53
bind:this={textareaElement}
0 commit comments