z-index part2 其他CSS屬性與層疊上下文

其他CSS屬性與層疊上下文

Paste_Image.png
  • z-index 值不為auto的flex項(父元素display:flex|inline-flex)

在.box > div 上設置的z-index 并不生效,因為它不是定位元素,
加了display:flex之后,就生效了


Paste_Image.png

Paste_Image.png
  • 元素的opacity值不是1
Paste_Image.png

Paste_Image.png
  • transform != none
Paste_Image.png

Paste_Image.png
  • mix-blend-mode 不是normal
Paste_Image.png
  • filter != none
Paste_Image.png
  • isolation != isolate
Paste_Image.png
  • position = fixed
Paste_Image.png
  • will-change 指定的屬性為上面任意一個
Paste_Image.png
  • 元素的-webkit-overflow-scrolling = touch
    移動端特有
最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容