We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
WixeI
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: