Saoud Rizwan 1 year ago
parent
commit
04f4494ca0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webview-ui/src/components/settings/OpenRouterModelPicker.tsx

+ 1 - 1
webview-ui/src/components/settings/OpenRouterModelPicker.tsx

@@ -153,7 +153,7 @@ const OpenRouterModelPicker: React.FC = () => {
 						}}
 						onFocus={() => setIsDropdownVisible(true)}
 						onKeyDown={handleKeyDown}
-						style={{ width: "100%" }}>
+						style={{ width: "100%", zIndex: 1001, position: "relative" }}>
 						{searchTerm && (
 							<div
 								className="input-icon-button codicon codicon-close"