Commit d31b0d47903d24947ad89f09404c9aa776a7f024
1 parent
fece7a9a
remove submenu max-height
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/styles/components/menu.less
@@ -111,6 +111,7 @@ | @@ -111,6 +111,7 @@ | ||
111 | &-horizontal &-submenu .@{select-dropdown-prefix-cls} { | 111 | &-horizontal &-submenu .@{select-dropdown-prefix-cls} { |
112 | min-width: 100%; | 112 | min-width: 100%; |
113 | width: auto; | 113 | width: auto; |
114 | + max-height: none; | ||
114 | .@{menu-prefix-cls}-item{ | 115 | .@{menu-prefix-cls}-item{ |
115 | height: auto; | 116 | height: auto; |
116 | line-height: normal; | 117 | line-height: normal; |