diff --git a/.changeset/famous-squids-smile.md b/.changeset/famous-squids-smile.md new file mode 100644 index 0000000000..fdcdd81a50 --- /dev/null +++ b/.changeset/famous-squids-smile.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +Fix select dropdown styling diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 6428d21001..97cf28b269 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -1037,7 +1037,6 @@ const ChatTextArea = forwardRef( vscode.postMessage({ type: "loadApiConfigurationById", text: value }) } }} - contentClassName="max-h-[300px]" triggerClassName="w-full text-ellipsis overflow-hidden" itemClassName="group" renderItem={({ type, value, label, pinned }) => {