Space Page Custom UI iframe Size

Hello,

Certain Forge modules don’t seem to offer the option of specifying the size of the Custom UI iframe.

Here is an example: a space page. Forge documentation doesn’t list any options that can be set in the app manifest to alter the container’s height. As you can see, the Custom UI iframe is contained in a element that does not stretch over the entire content area.

This is problematic in certain situations. For example, if an app wishes to pin controls to the bottom of the screen, it can’t do so, because the container doesn’t cover the entire area.

Yes, the iframe will grow if content overflows (and scrollbars appear), but this is not always desirable. Perhaps an app only wishes to scroll a fixed height area, not stretch the entire container. We have such a use case, and as the picture shows this always ends up leaving a gap in the bottom of the content area.

I wanted to open a ticket but figured I’d confirm that there’s no solution to this issue.

Thanks!