Overlay notifications/chat on top of a view made of flex containers in perspective

Some streamers have a chat overlay on top of their stream.

If I have a view made of flex containers and I want to overlay a square where notifications or chatter can be posted on top of the screen, what would be a good design?

Would the page still be very responsive with a coordinate container of my overlay flex container stacked on a flex container of the things I want to show behind it?

@victordcq is this something your magical js injection method would be useful for? Or am I getting too carried away? Haha

1 Like

Haha it could, but i think i already solved something like this with css^^.

Though you can also use a docked view with overlay. or something

1 Like