add scroll to textarea

This commit is contained in:
Thomas G. Lopes 2025-06-17 15:39:24 +01:00
parent 31543d778d
commit b535c82a01

View file

@ -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) => {