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
The signup popup currently limits it's height to 90vh and adds a scroll bar if the popup is too big for the window.
Instead, we should make the whole component based on 'em' rather than rem, and adjust the font size, if the component renders too large for the viewport.
The signup popup currently limits it's height to 90vh and adds a scroll bar if the popup is too big for the window.
Instead, we should make the whole component based on 'em' rather than rem, and adjust the font size, if the component renders too large for the viewport.
app/components/signin-signup.js
See this for an example of fitting the fonts-size.
For history on this, see also: #238
The text was updated successfully, but these errors were encountered: