Matt Rubens 11 месяцев назад
Родитель
Сommit
2d360dc59e

+ 5 - 0
.changeset/famous-squids-smile.md

@@ -0,0 +1,5 @@
+---
+"roo-cline": patch
+---
+
+Fix select dropdown styling

+ 0 - 1
webview-ui/src/components/chat/ChatTextArea.tsx

@@ -1037,7 +1037,6 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
 										vscode.postMessage({ type: "loadApiConfigurationById", text: value })
 									}
 								}}
-								contentClassName="max-h-[300px]"
 								triggerClassName="w-full text-ellipsis overflow-hidden"
 								itemClassName="group"
 								renderItem={({ type, value, label, pinned }) => {