We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I updated auth0-lock from version 11.17 to 11.24.0, then the close button on the top-right corner is gone.
The text was updated successfully, but these errors were encountered:
Thanks for raising - this looks like it might be related to #1846.
Let me investigate.
Sorry, something went wrong.
I'm experiencing the same issue as well. The remember-me appears to be broken too. Downgrading to 11.23.0 resolved these issues for me.
remember-me
11.23.0
then the close button on the top-right corner is gone.
The header is further down in the DOM than the close button and they have matching z-index values so the header is winning
z-index
https://github.com/auth0/lock/blob/master/css/index.styl#L178 https://github.com/auth0/lock/blob/master/css/index.styl#L204
close button z-index should be > header z-index
Successfully merging a pull request may close this issue.
I updated auth0-lock from version 11.17 to 11.24.0, then the close button on the top-right corner is gone.
The text was updated successfully, but these errors were encountered: