Skip to content

Commit

Permalink
Enable scrolling in the message chat box
Browse files Browse the repository at this point in the history
  • Loading branch information
Gri-ffin authored and urmauur committed Jan 2, 2024
1 parent 6e6397a commit 32a82ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const ChatScreen = () => {
)}
<div className="mx-auto flex w-full flex-shrink-0 items-end justify-center space-x-4 px-8 py-4">
<Textarea
className="max-h-[400px] resize-none overflow-y-hidden pr-20"
className="max-h-[400px] resize-none overflow-y-scroll pr-20"
style={{ height: '40px' }}
ref={textareaRef}
onKeyDown={(e: KeyboardEvent<HTMLTextAreaElement>) =>
Expand Down

0 comments on commit 32a82ad

Please sign in to comment.