Skip to content

Reverse z-index order #34

@codeNgamer

Description

@codeNgamer

Currently there are 2 behaviors:

  1. leave unsetZIndex as false and you get a z-index that counts up (1,2,3...) from top to bottom
  2. set unsetZIndex to true and you get z-index auto which essentially results in the same behavior as above (even if I set z-index in reverse order on children from template).

How do I go about reversing the order of z-index (5,4,3...) from top to bottom?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions