🐛 fix gap of dropdown menu, close #10481

This commit is contained in:
afc163 2018-12-07 12:12:53 +08:00
parent ff8eb02fc4
commit 3bf7e2b99f
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -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;