I have a modal that has a Form.Select input with some game names. Whats I want to do is make the menu show only 5 items and when it has more than 5, enable the scroll in the menu.
I already tried set overflow: scroll and set a fixed height, but got no results.
The current behavior is this one:
No matter how many items I have in my list, it never changes to scroll.