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

CSS Index Logic #248

Open
theswerd opened this issue Nov 8, 2019 · 1 comment
Open

CSS Index Logic #248

theswerd opened this issue Nov 8, 2019 · 1 comment
Labels
enhancement New feature or request governance How the project is organized help wanted Extra attention is needed

Comments

@theswerd
Copy link
Member

theswerd commented Nov 8, 2019

As a coder I want to: See how elements stack on top of each other

When I: See the Z index of an object

I want to: Easily see how it stacks against other objects

The code looks like it has a series of random numbers that are Z-indexes, which makes it hard to add new banner features into the code.

For example:

select2-container--open: 333333
loading: 60000
color-filter Z Index: 5
Toolbar Z Index: 100000

@emillipede emillipede added this to open issues in santa monica tree map Nov 8, 2019
@emillipede emillipede added governance How the project is organized improvement labels Nov 8, 2019
@emillipede
Copy link
Collaborator

thank you for documenting this issue @theswerd

is there an example you can share of the best way to indicate z indices?

@emillipede emillipede added enhancement New feature or request and removed improvement labels Apr 26, 2020
@emillipede emillipede added the help wanted Extra attention is needed label May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request governance How the project is organized help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants