We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdf55b5 + e2442a0 commit d0ece17Copy full SHA for d0ece17
web-app/src/containers/ChatInput.tsx
@@ -1551,7 +1551,7 @@ const ChatInput = memo(function ChatInput({
1551
<IconUser size={18} className="text-muted-foreground" />
1552
<span>Use Assistant</span>
1553
</DropdownMenuSubTrigger>
1554
- <DropdownMenuSubContent>
+ <DropdownMenuSubContent className="max-h-64 overflow-y-auto">
1555
<DropdownMenuItem
1556
className={!selectedAssistant && !currentThread?.assistants?.length ? 'bg-accent' : ''}
1557
onClick={() => {
0 commit comments