I have a perspective view with a some nested flex containers, with the primary container set up in column mode with both grow and shrink set to 1, so that the session takes up the entire device window and can adjust for various screen sizes. I want my horizontal axis to act this way, but I want to vertical access to be larger so that users can scroll up and down the window like one might on a standard webpage. Currently, the entire view scales relative to the window size.
I want the first two long rows/sections to show up when the session loads, and have the third and fourth sections available when the user scrolls down. What am I missing to make this happen?