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
Currently, the z-index will only be read correctly if it is set explicitly on child components by using its style attribute (e.g. <div style={{zIndex: 1}}>Hi). Update the code to calculate each child element's z-index post-render.