Skip to content

Commit 4026a87

Browse files
authored
Merge pull request #631 from samhvw8/fix/config-profile-dropdown-zindex
fix config-profile-dropdown-zindex
2 parents 76278ed + e8ff70e commit 4026a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/settings/ApiConfigManager.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ const ApiConfigManager = ({
143143
}}
144144
style={{
145145
minWidth: 130,
146+
zIndex: 1002,
146147
}}
147148
role="combobox"
148149
options={listApiConfigMeta.map((config) => ({

0 commit comments

Comments
 (0)