mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
🐛 fix gap of dropdown menu, close #10481
This commit is contained in:
parent
ff8eb02fc4
commit
3bf7e2b99f
@ -11,6 +11,16 @@
|
||||
z-index: @zindex-dropdown;
|
||||
display: block;
|
||||
|
||||
&:before {
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
left: -7px;
|
||||
right: -7px;
|
||||
bottom: -7px;
|
||||
content: ' ';
|
||||
opacity: .0001;
|
||||
}
|
||||
|
||||
&-wrap {
|
||||
position: relative;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user