add scroll to textarea
This commit is contained in:
parent
31543d778d
commit
b535c82a01
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@
|
||||||
<textarea
|
<textarea
|
||||||
{...pick(popover.trigger, ['id', 'style', 'onfocusout', 'onfocus'])}
|
{...pick(popover.trigger, ['id', 'style', 'onfocusout', 'onfocus'])}
|
||||||
bind:this={textarea}
|
bind:this={textarea}
|
||||||
class="text-foreground placeholder:text-muted-foreground/60 max-h-64 min-h-[60px] w-full resize-none bg-transparent text-base leading-6 outline-none disabled:opacity-0"
|
class="text-foreground placeholder:text-muted-foreground/60 max-h-64 min-h-[60px] w-full resize-none !overflow-y-auto bg-transparent text-base leading-6 outline-none disabled:opacity-0"
|
||||||
placeholder="Type your message here..."
|
placeholder="Type your message here..."
|
||||||
name="message"
|
name="message"
|
||||||
onkeydown={(e) => {
|
onkeydown={(e) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue