|
|
@@ -117,7 +117,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
|
|
|
id="api-provider"
|
|
|
value={selectedProvider}
|
|
|
onChange={handleInputChange("apiProvider")}
|
|
|
- style={{ minWidth: 130 }}>
|
|
|
+ style={{ minWidth: 130, position: "relative", zIndex: 1002 }}>
|
|
|
<VSCodeOption value="openrouter">OpenRouter</VSCodeOption>
|
|
|
<VSCodeOption value="anthropic">Anthropic</VSCodeOption>
|
|
|
<VSCodeOption value="gemini">Google Gemini</VSCodeOption>
|