Skip to content

Commit 3f5891f

Browse files
committed
Fix double scroll bar on provider select dropdown
1 parent 60e9869 commit 3f5891f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ChatTextArea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
10371037
vscode.postMessage({ type: "loadApiConfigurationById", text: value })
10381038
}
10391039
}}
1040-
contentClassName="max-h-[300px] overflow-y-auto"
1040+
contentClassName="max-h-[300px]"
10411041
triggerClassName="w-full text-ellipsis overflow-hidden"
10421042
itemClassName="group"
10431043
renderItem={({ type, value, label, pinned }) => {

0 commit comments

Comments
 (0)