Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering conflict with autocomplete-plus #17

Closed
AgentAntelope opened this issue Jul 13, 2014 · 1 comment
Closed

Rendering conflict with autocomplete-plus #17

AgentAntelope opened this issue Jul 13, 2014 · 1 comment

Comments

@AgentAntelope
Copy link

image

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
}
@abe33
Copy link
Owner

abe33 commented Jul 15, 2014

Thanks for reporting this, I'll try to find a way that doesn't involve setting a z-index but I'm not sure it'll be possible.

@abe33 abe33 closed this as completed in ea13b1d Jul 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants