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

Applied overflow style only on mobile views #1758

Merged
merged 1 commit into from
Nov 29, 2019

Conversation

stevehobbsdev
Copy link
Contributor

@stevehobbsdev stevehobbsdev commented Nov 28, 2019

Changes

Ensures that the overflow-x: auto style is only applied to mobile views (< 480px). Otherwise, it breaks the password strength popup on desktop views, as the wrapper can hide the top portion of it.

However, the overflow style is needed to fix the "submit" button on mobile views.

Before

image

After

image

References

Fixes #1756
Fixes #1705

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language

Checklist

@stevehobbsdev stevehobbsdev requested a review from a team November 28, 2019 15:33
Copy link
Contributor

@lbalmaceda lbalmaceda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question regarding real devices otherwise is fine. Did you have the chance to test this on some mobile phones?

@stevehobbsdev
Copy link
Contributor Author

stevehobbsdev commented Nov 28, 2019

@lbalmaceda Not on a real device no, just in the iOS Simulator, which now works as intended. Also in browser dev tools in responsive mode.

@stevehobbsdev stevehobbsdev added this to the vNext milestone Nov 28, 2019
@stevehobbsdev stevehobbsdev merged commit 642c222 into master Nov 29, 2019
@stevehobbsdev stevehobbsdev deleted the fix/wrapper-overflow branch November 29, 2019 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why does the password policy box cuts in lock 11.18.1 Password requirements popup gets cut off
2 participants