Skip to content

Commit

Permalink
Merge pull request baidu#9536 from findreamer/fix-groupSelection-style
Browse files Browse the repository at this point in the history
fix(select): 修复GroupedSelection组件在AssociatedSelection下样式问题Close: baidu#9534
  • Loading branch information
zhangtao07 committed Jan 30, 2024
2 parents 3f349d3 + 931db9b commit c6bbbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/amis-ui/scss/components/form/_selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@
> .#{$ns}GroupedSelection {
padding: 0;
max-height: 100%;
overflow: unset;
}
}

Expand Down

0 comments on commit c6bbbdb

Please sign in to comment.