fix: Textarea Scroll fix, Duplicate Key fix (#1204)

* fix(Es): duplicate keys

* fix(Textarea): overflowY auto
This commit is contained in:
Danny Avila 2023-11-22 08:29:22 -05:00 committed by GitHub
parent 317cdd3f77
commit f05f6826f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 60 deletions

View file

@ -30,7 +30,7 @@ export default function Textarea({ value, onChange, setText, submitMessage, endp
id="prompt-textarea"
tabIndex={0}
data-testid="text-input"
style={{ height: 44, overflowY: 'hidden' }}
style={{ height: 44, overflowY: 'auto' }}
rows={1}
placeholder={placeholder}
className={cn(