The mdc-select__menu style has an overflow-y set to scroll causing the scroll bar to appear in the select dropdown whether it's necessary or not: link. Could this be changed to auto instead?
0.20.0
All browsers are affected
Win 10
A mdc-select with 2 options.
The vertical scrollbar should only appear when necessary.
The vertical scrollbar always appears.
Changing overflow-y to auto sounds reasonable. Would you like to submit a PR?
@lynnjepsen Yes I would.
I'm pretty sure a scrollbar will now be shown during menu's open transition scaling, and disappear if the list is not large. Not sure if that was intended or not?
@trimox @lynnjepsen You are correct. Now that you mention it, I remembered that's why I originally went with setting the max-height to vh units (see discussion in related PR). Let me know if you would like me to create another PR to correct this...
@trimox is right, this can even be seen in the demo: http://material-components-web.appspot.com/simple-menu.html
ping @RobJacobs