Skip to content

Remove dependency on React to set z-index of child components #3

@jameyel

Description

@jameyel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions