Browse Source

💄 Fix Menu duplicated shadow style (#23664)

close #23625
pull/23671/head
偏右 5 years ago
committed by GitHub
parent
commit
939660ec86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/menu/style/index.less

1
components/menu/style/index.less

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

Loading…
Cancel
Save