mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-24 15:38:45 +08:00
为before pseudo增加负index, 避免其挡住自定义overlay的点击
如果overlay没有设置position也没有transform样式, 其层级会低于这个伪元素, 导致无法被点击到.
This commit is contained in:
parent
7b8a39772b
commit
b6f8365d53
@ -19,6 +19,7 @@
|
||||
bottom: -7px;
|
||||
content: ' ';
|
||||
opacity: 0.0001;
|
||||
z-index: -9999;
|
||||
}
|
||||
|
||||
&-wrap {
|
||||
|
Loading…
Reference in New Issue
Block a user