Merge pull request #631 from samhvw8/fix/config-profile-dropdown-zindex

fix config-profile-dropdown-zindex
This commit is contained in:
Matt Rubens
2025-01-29 00:50:48 -05:00
committed by GitHub

View File

@@ -143,6 +143,7 @@ const ApiConfigManager = ({
}} }}
style={{ style={{
minWidth: 130, minWidth: 130,
zIndex: 1002,
}} }}
role="combobox" role="combobox"
options={listApiConfigMeta.map((config) => ({ options={listApiConfigMeta.map((config) => ({