citizensadvice / cads

Citizens Advice Design system
https://citizensadvice.github.io/cads/
8 stars 0 forks source link

Create `z-index` system #80

Open ChrisBrettCA opened 6 years ago

ChrisBrettCA commented 6 years ago

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 commented 5 years ago

Aeroplane ceiling heights... ?

btomy commented 5 years ago

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