-
Notifications
You must be signed in to change notification settings - Fork 554
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
Why does the password policy box cuts in lock 11.18.1 #1756
Comments
FYI- overflow-x: auto; was removed in version 11.17.3 But following is the content in css/index.styl for version 11.18.1 .auth0-lock-content-wrapper Hopefully removing overflow-x: auto; will fix the issue |
@Bini-Saju Can you confirm if it works in 11.18.0? |
@Bini-Saju Not to worry, I've found the issue. It is because of the |
@Bini-Saju Also, thanks for raising this! |
Hi, FYI- I know the issue on mobile views So password policy doesn't works on 11.18.0, tried it. It works perfectly on 11.17.3 but the lock breaks on mobile views. So upgraded to 11.18.x works good on mobile but password policy fails. |
That's fine. Initially I thought the problem only came in 11.18.1, but it was actually there in 11.18.0. So the PR should fix it fine. |
Hi,
I have upgraded my system to use lock version 11.18.1 from 11.17.3, But the password policy cuts as in the image:
Note: This issue was fixed in 11.7.3 but now it is still happening. Below is the link to the same issue.
(Why does the password policy box cuts in lock?)
The text was updated successfully, but these errors were encountered: