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
heighton thewrapper-content-searchelement, and - the
Scrolloption on theOverflowproperty:
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 ![]()
2 Likes
Your first suggestion worked perfectly, thanks @Joyce!
1 Like

