I’m looking to scroll to a particular element/group on my page when the page is loaded and I’m finding that instead of displaying the contents of the entire group, its just scrolling to the very top. For additional context this is an app that is going to be wrapped and is meant for mobile not desktop. The element I’m trying to display is about 600 pixels in height. The group the element is in only displays 630px at a time in order to keep the menu visible at the bottom of the screen .
The “scroll to” action scrolls to the top of a given element by default. You can use the “Offset (pixels)” parameter to customize this behaviour. You might need to play around with it to find the sweet spot, but based on the context you provided a value of 600px for the offset should give the expected result.
Positive numbers set in the offset parameter will scroll past the element, while negative numbers will scroll before the element.