I have a search field in a modal that displays a drop-down of matching results. I can’t figure out how to make the dropdown scrollable. There are so many potential places to set the Z-Order! Help appreciated. Thanks.
Hi @Dorian
Just got it to work with:
- a fixed
height
on thewrapper-content-search
element, and - the
Scroll
option on theOverflow
property:
It looks something like this:
Does that help?
UPDATE: just tried on the parent result-search
element and it works as well so you can choose either really
1 Like
Your first suggestion worked perfectly, thanks @Joyce!
1 Like