fix make text input scrollable (#2083)

This commit is contained in:
Faisal Amir 2024-02-19 20:09:23 +07:00 committed by GitHub
parent 09e210af6b
commit cbd1d3772f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ const ChatInput: React.FC = () => {
<Textarea
className={twMerge(
'max-h-[400px] resize-none overflow-y-hidden pr-20',
'max-h-[400px] resize-none pr-20',
fileUpload.length && 'rounded-t-none'
)}
style={{ height: '40px' }}