Skip to content

Commit

Permalink
fix: Select should show scrollbar when overflowed (ant-design#47050)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc authored Jan 19, 2024
1 parent a52e205 commit e18bc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const InternalSelect = <OptionType extends BaseOptionType | DefaultOptionType =
popupClassName,
listHeight = 256,
placement,
listItemHeight = 24,
listItemHeight = 32,
size: customizeSize,
disabled: customDisabled,
notFoundContent,
Expand Down

0 comments on commit e18bc84

Please sign in to comment.