💄 Fix Menu duplicated shadow style (#23664)

close #23625
This commit is contained in:
偏右 2020-04-27 16:39:41 +08:00 committed by GitHub
parent e12b560329
commit 939660ec86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,6 +209,7 @@
position: absolute;
z-index: @zindex-dropdown;
border-radius: @border-radius-base;
box-shadow: none;
// https://github.com/ant-design/ant-design/issues/13955
&::before {