craftpulse / craft-password-policy

Enforce a password policy on your Craft CMS users.
MIT License
27 stars 9 forks source link

Password strengthbar broken #16

Closed Zae closed 3 years ago

Zae commented 3 years ago

Hi,

It seems that the password strengthbar is broken for us.

Screenshot 2021-04-15 at 10 53 51

Version: 1.0.6 Craft: 3.5 / 3.6

Fix:

I am able to fix it by adding:

.password-policy-bar {
    position: absolute;
    bottom: 0;
}