public-tree-map
public-tree-map copied to clipboard
CSS Index Logic
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
thank you for documenting this issue @theswerd
is there an example you can share of the best way to indicate z indices?