Hi there, I've got two questions to ask here. First, how can I set up automatic dynamic display scaling dependent on resolution and scaling to maximum value so that on extra wide displays the elements remain bounded in terms of size. I tried percent based scaling assuming it would work something like grid in react but it didn't behave as expected. Any ideas on this front or best practices?
Additionally, I want to have a Audio Player element that displays on top of the window regardless of page and pins to the top of the navbar regardless of the size/scale of the display, such that regardless of view the music player will be stretched to fit the full width of the window space and will always snap to the bottom right above the app bar.
Thanks!