mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix dropdown getting clipped
This commit is contained in:
parent
a57fb8e436
commit
3e3f7113f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue