SOLVED: Mobile popup content loads scrolled to bottom of popup (needs to start at top)

When I click my popup, it loads like this:

It’s showing the bottom of the popup.

I need it to load like this (starting at the top of the content so the user can scroll down to read):

No idea what to do - tried a few things but new to working with popups.

Thank you.

Hi @ddcbf ,

Disable auto focus :slight_smile:

Regards,
Jenn

2 Likes

Turning off auto focus doesn’t really solve it though.
If you disable auto focus, the form is no longer accessible - you can’t access the popup via keyboard. The question is how to keep auto focus while having the popup start at the top.

I’ll note that the setting above “Scroll to top” doesn’t appear to do anything. In theory that would solve it - keep the auto-focus and begin at the start of the popup.

1 Like