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
If you create a locked parent with child nodes, the child nodes never seem to be able to update their zIndex if created in a different sequence. Ie. if created in the correct order as the zIndex prescribes it works but changing the z Index of childs within a locked parent doesn't seem to work.
If you create a locked parent with child nodes, the child nodes never seem to be able to update their zIndex if created in a different sequence. Ie. if created in the correct order as the zIndex prescribes it works but changing the z Index of childs within a locked parent doesn't seem to work.
For example:
In the above childNodeOne will not be above childNodeTwo, even though it has a higher zIndex.
Expectation is that childNodeOne will be on top of childNodeTwo, but never block something that has a higher zIndex then parentNode.
The text was updated successfully, but these errors were encountered: