
Dear Community:
I've searched the web but was unable to find any posts that address my question. In my app, I have a number of pop ups for a better UI. Following the video at: https://www.youtube.com/watch?v=bEbY8Bhh8zw, I'm now (albeit late) making my app responsive for various devices and I'd like the pop ups in my app to also be responsive; however, I'm not able to place them in a container without throwing off the position of the other elements in my container.
For instance, on my screen "StudentWorkshops" I have nested containers. Horizontal MainContainer - Vertical GalleryWorkshopsContainer which has 3 nested horizontal containers - "studSessionContainer" - "searchbar" - "UpcomingDDcontrols"
When there are no upcoming workshops, I have a pop up that I want to display over the "studSessionContainer" that says "No upcoming workshops" as such. It looks fine on a screensize 4, but when I shrink the screen, it cuts off because the label is not inside a container.
When I attempt to put it inside a container, it squeezes all my other elements off-kilter. Is there a way to incorporate a responsive pop up in Power Apps that doesn't affect the containers? Almost like layering the popup over them? I'm guessing it's possible using a component but I'm not sure how to go about that and I haven't found any tutorials on that specific subject.
Thank you in advance for any help anyone out there can provide!