diff --git "a/docs/Interview/CSS/\345\237\272\347\241\200\351\235\242\350\257\225\351\242\230.md" "b/docs/Interview/CSS/\345\237\272\347\241\200\351\235\242\350\257\225\351\242\230.md" index 8c95b021..b783ca40 100644 --- "a/docs/Interview/CSS/\345\237\272\347\241\200\351\235\242\350\257\225\351\242\230.md" +++ "b/docs/Interview/CSS/\345\237\272\347\241\200\351\235\242\350\257\225\351\242\230.md" @@ -176,6 +176,10 @@ **黏性定位**`sticky`:相对于*最近滚动祖先*定位,滚动到元素top小于设定值(top:20px;)则转为固定定位。(relative+fixed) +## `z-index` 不生效 +1. 父元素没有定位(position: static)时 +2. `z-index` 同时设置了 `float`时 + ## 隐藏元素的方式 ![image-20230221172950214](https://zerdocs.oss-cn-shanghai.aliyuncs.com/febasis/202302211729743.png){data-zoomable}