Would anyone have suggestions on how to keep a Multiselect dropdown list open at a fixed height with vertical scroll.
We have a series of Multiselects, and our visual design calls for them to all stay open. They'll be populated with dynamically which will make the length constantly vary, so they'll need to stay open, stay at a fixed height, and be scrollable when they extend beyond the fixed height.
Can this be done with simple styling, or would some JS be the way to go?