Skip to content

Commit

Permalink
fix(dropdown-menu): resolve scroll problem (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim authored Jul 14, 2022
1 parent 5d5075f commit d94f488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/mobile/components/dropdown-menu/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
}

.@{prefix}-dropdown-item__tree-group {
height: 100%;
overflow-y: scroll;
flex: 1;

.@{prefix}-checkbox {
Expand Down

0 comments on commit d94f488

Please sign in to comment.