Modal Dropdown Not Scrolling

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 :wave:

Just got it to work with:

  • a fixed height on the wrapper-content-search element, and
  • the Scroll option on the Overflow property:

It looks something like this:

CleanShot 2023-08-16 at 22.13.26

Does that help?

UPDATE: just tried on the parent result-search element and it works as well so you can choose either really :slight_smile:

1 Like

Your first suggestion worked perfectly, thanks @Joyce!

1 Like

Actually one minor change - if you set a fixed height, you end up with this if there aren’t many results. Max height did the trick.

2 Likes