How can I make the layout grid extend longer than my screen size and to the length of my overflow?

Hi. My layout grid is the height of the app screen but I want it to be the height of the overflow to help me with formatting.

How can I extend the height of the layout grid to match my extended content?

Thanks!

You can use your current overflow with a layout grid as a content container sized to fit layers inside. And then you wrap it with another frame that will become a new scroll pane.