Hi all, I have a screen that displays a header on top, a menu on the bottom (both custom created as the native AppGyver header/navigation did not suit our style). Both of those are supposed to be sticky of course. The main content of the screen is displaying a username, some more data and a big chunk of text, all of which needs to be scrollable vertically. The structure of the page is:
- top_container (–> the header, it’s a classic container)
- main_scroll_container (–> it’s a Scroll View)
– main_container (–> it’s a classic container, in which I have all the above mentioned elements: username, other data and text) - bottom_container (–> the navigation, it’s a classic container)
The page is set up with Disable_scroll and Strech_to_viewport_height, so that the Scroll_View is used instead to make the main content scrollable.
Now the problem: whatever setting I apply to width & height, I cannot make the main content entirely scrollable. It scrolls until a certain point and then jumps back up (see attached screen recording).
Please help