Skip to content

Add Z-Index property to front-end components #170

@WixeI

Description

@WixeI

Z-Index means how much the element is in front of the others. The bigger the value, the bigger is its priority to be in front.

Example:
Component 1: Z index = -2
Component 2: Z index = 3
Component 3: Z index = 1

The order of back-to-front would be:
Comp 1 -> Comp 3 -> Comp 2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions