Home › Forums › Other › Sass based Z-index solution › Reply To: Sass based Z-index solution
July 14, 2014 at 3:05 pm
#175413
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…