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

Create z-index system #80

Open
ChrisBrettCA opened this issue Sep 21, 2018 · 2 comments
Open

Create z-index system #80

ChrisBrettCA opened this issue Sep 21, 2018 · 2 comments
Labels
feature New feature or request

Comments

@ChrisBrettCA
Copy link

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.

@ChrisBrettCA ChrisBrettCA added the feature New feature or request label Sep 21, 2018
@ChrisBrettCA
Copy link
Author

Aeroplane ceiling heights... ?

@btomy
Copy link
Contributor

btomy commented Jan 17, 2019

https://css-tricks.com/handling-z-index/ - this seems like a good idea with sass map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants