z-index not working with fixed positioning

后端 未结 8 1279
广开言路
广开言路 2020-11-22 03:46

I have a div with default positioning (i.e. position:static) and a div with a fixed position.

If I set the z-index

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 04:29

    I was building a nav menu. I have overflow: hidden in my nav's css which hid everything. I thought it was a z-index problem, but really I was hiding everything outside my nav.

提交回复
热议问题