Skip to content

Commit

Permalink
fix make text input scrollable (janhq#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Feb 19, 2024
1 parent 09e210a commit cbd1d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Chat/ChatInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit cbd1d37

Please sign in to comment.