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
z-indexing can often be a minefield causing most devs a headache and resulting in something like:
z-index: 10000;
to force a component to sit above all else. Let's be mindful of this and create a system that stages components at different levels perhaps.
The text was updated successfully, but these errors were encountered:
Aeroplane ceiling heights... ?
Sorry, something went wrong.
https://css-tricks.com/handling-z-index/ - this seems like a good idea with sass map
No branches or pull requests
z-index
ing can often be a minefield causing most devs a headache and resulting in something like:to force a component to sit above all else.
Let's be mindful of this and create a system that stages components at different levels perhaps.
The text was updated successfully, but these errors were encountered: