Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Sass based Z-index solution Reply To: Sass based Z-index solution

#175413
magicspon
Participant

@NIX

I’ve found that usually, z-index issues are caused by improper markup.

Yup! that’s gonna cause more than z-index issues!

essentially it’s just a system to allow you to use named z-index values. rather than having to remember .site__menu is z-index: 10 and .site__dropdown is z-index: 100…

all you need to do is remember the named position.

i’ve been using it on the latest project i’ve been working on and it’s worked out pretty well…