Page height when showing/hiding groups

I’ve setup my app to have a single page with different groups for pages of the app that are shown or hidden based on the state of the page. The main page has a sidebar navigation group that floats relative to the top and bottom and is set to span the entire height of the page.

The problem is with the height of the page when showing or hiding the groups. Currently, the page height has to be at least as tall as the largest show/hide group on the page. However, there are a number of groups that have a significantly smaller height within the page, so when those are shown there is a lot of room left in the page height that is scrollable. Ideally the page would be able to dynamically change height based on the height of those groups.

Is there a good method to achieve this?

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.