Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize signin/signup popup #250

Open
1 task
ddfridley opened this issue Mar 4, 2024 · 0 comments
Open
1 task

Resize signin/signup popup #250

ddfridley opened this issue Mar 4, 2024 · 0 comments
Labels

Comments

@ddfridley
Copy link
Contributor

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.

image

For history on this, see also: #238

  • add stories to the existing file that test this feature.
@ddfridley ddfridley added the React label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant