I have an overlay that pops up and sticks to the bottom of the window as a small footer. The problem that it seems blocks all interactivity until it’s closed. I mean interactivity not just beneath it but on the whole page. Am I getting this right? Is it how it supposed to work? Is there any way to fix it?
Overlay blocks interactivity?
Best answer by Klesus
You don’t need to make considerations what screen the client is using (for the purpose of objects with fixed positioning).
First of all, you should be designing with one viewport in mind. You can’t design for a 1920x1080 and a 4k monitor at the same time, not in the sense that you are thinking of. Figma is vector based so it can scale it up or down to fit the clients display. What matters most is that the form factor is the same, i.e. is it 16:9 or 4:3 for desktop or 9:16 portrait for iPhone?
Second, when making an object fixed, it is rendered on screen as an offset depending on its constraints regardless of the screen size. If a fixed object is positioned 500px from the bottom and constraints set to bottom, it will always render on the viewport 500px from the bottom, regardless if the frame is 1080px or 8640px tall.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.