baseweb
baseweb copied to clipboard
Select with many options shows multiple scrollbars on documentation page
Current Behavior
The "Select with many options" example shows multiple scrollbars on the documentation page.
Expected Behavior
It should only show one scrollbar.
Your Environment
- Chrome Version 87.0.4280.88 (Official Build) (64-bit)
- Ubuntu 18.04
- https://baseweb.design/components/select/#select-with-many-options

- [x] I have searched the issues of this repository and believe that this is not a duplicate.
This is caused by 8px top & bottom in the StyledList component, but isn't accounted for when setting the StyledList height in the example. Simply adding 16px to the height calc or removing the $style prop from the StyledList entirely. I'll submit a PR to update the example.
Still seeing this behavior today
