You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed this as a conflict with autocomplete-plus, which applies a z-index of 1 to it's popup. Increasing the z-index of the popup to 101 was enough to ensure it overrides.
I'm not sure if this is an issue with this or with autocomplete-plus.
P.S. to anyone having the same issue, the temporary fix code for styles.less is:
.select-list.popover-list.autocomplete-plus {
// There is a clash between autocomplete-plus and atom-color-highlight
z-index: 101 !important
}
The text was updated successfully, but these errors were encountered:
I've noticed this as a conflict with autocomplete-plus, which applies a z-index of 1 to it's popup. Increasing the z-index of the popup to 101 was enough to ensure it overrides.
I'm not sure if this is an issue with this or with autocomplete-plus.
P.S. to anyone having the same issue, the temporary fix code for styles.less is:
The text was updated successfully, but these errors were encountered: