Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WixeI opened this issue May 3, 2022 · 0 comments
Open

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

WixeI opened this issue May 3, 2022 · 0 comments

Comments

@WixeI
Copy link

WixeI commented May 3, 2022

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

@WixeI WixeI self-assigned this May 3, 2022
@WixeI WixeI added this to the Z-ordering of components milestone May 3, 2022
@ZoiParaschou ZoiParaschou removed this from the Z-ordering of components milestone May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants