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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: