Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const ChatInput = ({
<ContentEditable
autoFocus
disabled={isIndexing}
className="w-full diabled:opacity-50 px-4 py-3 outline-none min-h-[4.5rem] text-base placeholder:text-gray-400"
className="w-full disabled:opacity-50 px-4 py-3 outline-none min-h-[4.5rem] max-h-[50vh] overflow-y-auto text-base placeholder:text-gray-400"
style={{ minHeight: '4.5rem' }}
onPaste={handlePaste}
/>
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Expand Down