You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On taller screens the modal seems like it comes down a bit far (at 50%). Also, if the height of the modal changes (with some dynamic content) at all the position of say an input will no longer be where it was previously.
We could use min() – that way we make it a fixed position at the top and then have it snap to 50% if the modal moves to a threshold.
The text was updated successfully, but these errors were encountered:
On taller screens the modal seems like it comes down a bit far (at 50%). Also, if the height of the modal changes (with some dynamic content) at all the position of say an input will no longer be where it was previously.
We could use
min()
– that way we make it a fixed position at the top and then have it snap to 50% if the modal moves to a threshold.The text was updated successfully, but these errors were encountered: