public-tree-map icon indicating copy to clipboard operation
public-tree-map copied to clipboard

CSS Index Logic

Open theswerd opened this issue 6 years ago • 1 comments

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

theswerd avatar Nov 08 '19 05:11 theswerd

thank you for documenting this issue @theswerd

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

emillipede avatar Nov 08 '19 20:11 emillipede