Popup Height & Width Don't Match Editor

I’m having a stange issue that I can’t get my head around with a popup window.

The user can expand it to see more info, but when they do, the window appears to hit a maximum height limit and stop. Any idea why?

The popup:

The group:

The subgroup:

I have tried setting everything as fixed, or variable height. Setting heights in pixels, or percentages and the result is the same, the bottom is always slightly cropped.

Note: The data is fake, this person does not exist.

Edit: I have the same issue with width. The editor says one value, but the debug shows a different value. Any idea why?


This is the debug info. The values of 910px and 1020px appear to come from nowhere. I cannot find those values in my app in relation to this element.

Try removing the max height so it is empty (should say inf) instead of having 100%. I’m not sure what you mean with the widths being different; but is there a reason the sub groups width is fixed?

The max height doesn’t appear to change anything, unfortunately.

My current theory is there’s dimensions defining the window that I cannot find.

As for the width, this may be the best way I can show what I mean:

This is the element “Window Edit” in the debug screen. Note the 1020px width value.

This is the same element in the editor, 1000px max width.

I cannot for the life of me figure out where these dimensions are coming from.

Toggle the “Allow vertical scrolling when content overflows” on the group inside of the popup, once you do that you can even max the popup at 500 px and the group will scroll with no problems.