Wix Studio: Popups don't scroll down?

I’m struggling to create a popup that displays a list of our services which users can scroll down to view. The popup has the option to hide, show, or scroll through overflow content. It is set to scroll, but the popup will still extend offscreen without giving you the option to scroll down. The scroll bar is whited out.

Here is an example of what it is doing.

I have tried placing the content inside a container and setting the container to scroll, but then the container will automatically snap to the dimensions of the object inside it and I can’t shrink it to be able to hide the content and allow the user to scroll.

Anyone have suggestions?

Hi @Stephanie_Legge

I think the popup is expanding because its height is still being determined by the content.

  • select the popup
  • change it to advanced CSS grid
  • set its may height to say 80 or 90 vh

If using an internal container instead, it must also have a fixed or maximum height. If its height is set to auto/content, it will continue expanding to fit everything, so there is technically no overflow to scroll.