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

Signup terms checkbox overlays password field on small devices. #525

Closed
darkyen opened this issue Aug 2, 2016 · 1 comment
Closed

Signup terms checkbox overlays password field on small devices. #525

darkyen opened this issue Aug 2, 2016 · 1 comment
Assignees
Labels
bug This points to a verified bug in the code
Milestone

Comments

@darkyen
Copy link

darkyen commented Aug 2, 2016

On small screen mobile phones Lock v10's accept signup fields checkbox and the field will overlay the password field.

Minimum code to reproduce
// Try with a smaller vheight screen
var lock = new Auth0Lock(clientID, domain, {
  languageDictionary: {
    signUpTerms: "I agree to the <a href='/terms' target='_new'>terms of service</a> and <a href='/privacy' target='_new'>privacy policy</a>."
  },
  mustAcceptTerms: true
});

lock.show();
Screenshot

screen shot 2016-08-03 at 12 06 55 am

@gnandretta gnandretta added bug This points to a verified bug in the code v10 labels Aug 2, 2016
@hzalaz hzalaz changed the title [v10] signup terms checkbox overlays password field on small devices. Signup terms checkbox overlays password field on small devices. Aug 2, 2016
@hzalaz
Copy link
Member

hzalaz commented Aug 2, 2016

Reproducible in v10.0.1

@hzalaz hzalaz modified the milestone: v10.3.0 Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

4 participants