Saoud Rizwan 1 an în urmă
părinte
comite
04f4494ca0

+ 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"