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

z-index and multiple popup instances #41

Closed
hlecorche opened this issue Dec 26, 2014 · 1 comment
Closed

z-index and multiple popup instances #41

hlecorche opened this issue Dec 26, 2014 · 1 comment

Comments

@hlecorche
Copy link

There is a bug with z-index when there are multiple popup instances.

In this code (http://jsfiddle.net/3t74x6v0/3/), my_popup2 is initialized before my_popup and my_popup2 (yellow popup) is above my_popup (red popup)

In this code (http://jsfiddle.net/3t74x6v0/4/) my_popup2 is initialized after my_popup and my_popup2 (yellow popup) is under my_popup (red popup). Is this behavior normal? Why?

@vladimirsiljkovic
Copy link
Contributor

Thanks for reporting. Fixed in v2.1.0 (14b77ea).

The issue was reproducible on pages that had no z-index set on any element on the page, so the maximum z-index was 0.

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