Hi everyone, I have been struggling with the last puzzle for an app and was hoping to get some help here. I have a page with repeating groups that once clicked opens up a group with a video and some text while supposedly hiding everything else on the page. The goal is to have the opened group be full-screen height similar behavior as a popup. The workflow worked perfectly when it was in a popup but the problem was that the performance was not the best especially on older devices when using popups.
So I exchanged the popup to a group and the performance is way better. The only problem is that there is a bunch of empty white space below the group from the original page still visible. How do I hide that space? Any advice or tips would be much appreciated!