Select element with scroll when it opens

Has anyone been able to do this? allow for a scroll when the select element opens

image


Hey @Steven_Joel

What you need to do is add certain height to the element and also allow for overflow with overflow:auto and after that it should work. Let me know if this helped!

Cheers,
Flow Ninja Team!

It worked! thank you, it was a little tricky since I am using the select attribute from finsweet to be able to use it in a form.