为before pseudo增加负index, 避免其挡住自定义overlay的点击

如果overlay没有设置position也没有transform样式, 其层级会低于这个伪元素, 导致无法被点击到.
This commit is contained in:
shawtung 2019-01-28 18:10:30 +08:00 committed by 偏右
parent 7b8a39772b
commit b6f8365d53

View File

@ -19,6 +19,7 @@
bottom: -7px;
content: ' ';
opacity: 0.0001;
z-index: -9999;
}
&-wrap {