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

[SDK-1284] Fix for "growing" tabs when repeatedly clicked #1904

Merged
merged 3 commits into from
Jul 23, 2020

Conversation

stevehobbsdev
Copy link
Contributor

Changes

This PR fixes the growing tabs problem when repeatedly clicking between login
and signup tabs, by removing the display: initial styling on the form (this
element should not be made inline).

Additionally, display: initial was added to fix another problem where the
form would not show on certain devices when opening Lock
. Removing the animation on that element appears to fix that original problem. (See #1745 and #1588).

References

Fixes #1869

Checklist

css/index.styl Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switching between Sign In & Sign Up breaks the UI
2 participants