I’m using a sticky header and sticky navigation which takes up the top ~1 inch of the screen.
When people click a search result, I’m “scrolling to” the corresponding cell within a repeating group. However, the scroll to behavior puts the correct value at the top of my screen (below the sticky header and sticky navigation) so user’s think the app scrolled them to a different entry (the one they see as visible) than the correct one.
Is there any way to adjust the “scroll to” to account for a sticky header?