fix make text input scrollable (#2083)
This commit is contained in:
parent
09e210af6b
commit
cbd1d3772f
@ -145,7 +145,7 @@ const ChatInput: React.FC = () => {
|
|||||||
|
|
||||||
<Textarea
|
<Textarea
|
||||||
className={twMerge(
|
className={twMerge(
|
||||||
'max-h-[400px] resize-none overflow-y-hidden pr-20',
|
'max-h-[400px] resize-none pr-20',
|
||||||
fileUpload.length && 'rounded-t-none'
|
fileUpload.length && 'rounded-t-none'
|
||||||
)}
|
)}
|
||||||
style={{ height: '40px' }}
|
style={{ height: '40px' }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user