CSS property z-index not working
It is never easy for me to use z-index especially when you are adding code to an existing project, and you don’t know the whole structure. I was stuck with that for a while, adding z-index on every level of div, but nothing was working. Thanks to StackOverflow, I was able to understand the problem …