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

rendering issue with safari mobile #38

Closed
luisrudge opened this issue May 2, 2018 · 3 comments
Closed

rendering issue with safari mobile #38

luisrudge opened this issue May 2, 2018 · 3 comments

Comments

@luisrudge
Copy link
Contributor

related:

Can also reproduce with default sample: https://github.com/auth0-samples/auth0-angularjs-samples/tree/embedded-login/01-Embedded-Login

Removing the bootstrap and custom css didn't fix the issue

@dpwoodford
Copy link

dpwoodford commented May 2, 2018

For what it's worth, I patched this on our deployments earlier today with the following custom css:

.auth0-lock.auth0-lock .auth0-lock-form {
display: initial !important;
}

@luisrudge
Copy link
Contributor Author

@dpwoodford thanks for the snippet. I thought this was an angular-lock issue, but it's not, actually. It just happens on angular apps, but has nothing to do with angular-lock itself. I'm taking this back to the lock repo. Sorry about the confusion.

@vladys-k
Copy link

vladys-k commented Jul 17, 2019

Try to use in the HTML <head> tag or within CSS

<style>
 .auth0-lock-container {
     height: 90vh !important;
 }
</style>

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

No branches or pull requests

3 participants