Change Form.Select menu behavior to overflow scroll in react-bootstrap

24 Views Asked by At

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.

Form.Select code

The current behavior is this one:

Form.Select behavior

No matter how many items I have in my list, it never changes to scroll.

0

There are 0 best solutions below