I have a floatinggroup in the bottom right that is anchored to the bottom and expands upward when clicked to show messages. It expands to the needed height to show the messages, but I have a max height on the messages component so it doesn’t get infinitely tall.
When there’s not a lot of content, it’s fine, but when the browser window is too short, the bottom of the FG gets pushed down past the bottom of the page, and there’s no way to scroll down and see it:
Before FG is expanded:
Not a lot of content, functioning as expected:
More content, a lot of content is cut off at the bottom:
I tried limiting the height of the component in the repeating group, and others, but nothing seems to stop this from happening.
I’m loading the messages through a repeating group in a reusable element, and it seems that the FG loads at the height needed before any messages load in the RG, but when those messages load it extends the height of the FG. That would be fine if it extended upwards as expected, but for some reason it extends downward and get essentially unanchored from where I set it.
Does anyone have any ideas on why this is happening?
@keith I’m using your ReverseRG for chat for the message RG here; could that be why it’s extending the content down instead of up?
Thanks all!