I have a Popup for each Project object type in my app, which is meant to show a photo gallery, with the photos at the top. At the bottom of the Popup is an Input field for adding comments.
When I open a Project Popup I expect the Popup to stay at the top, so I can see the photos, however on both Desktop and Mobile, the Pop-up initially open at the top, then immediately scrolls down to the Input, which seems to be focussed.
Is there some way to force the Pop-up to stay at the top?
I would use Scroll To action, but since the Element I want to view is in a Reusuable Element, which is viewed in a Popup - I don’t seem to be able to reference it.