If you noticed after Chrome/Chromium update to v99 or higher you will see on Admin Login moved items of "Stay logged in" and "I forgot my password",
blame it on Chrome 99+, not ThirtyBees 🙂 This isssue is also on Prestashops 1.6 and 1.7 also.
Chrome/Chromium added some new functionalities for CSS to core, and it comes maybe with certain bugs too https://developer.chrome.com/blog/new-in-chrome-99/
Â
On other browsers layout appears correctly as before.
Fix is easy, identical for Thirtybees or any Prestashop and no invasive for other browsers appearance of Login panel:
Add into file:
.\admin\themes\default\css\overrides.css
this style:
/* fix: chrome99+ login flying blocks */
#login_form #remind-me,
#login_form .show-forgot-password {
   position:relative;
}
Question
janoo
If you noticed after Chrome/Chromium update to v99 or higher you will see on Admin Login moved items of "Stay logged in" and "I forgot my password",
blame it on Chrome 99+, not ThirtyBees 🙂 This isssue is also on Prestashops 1.6 and 1.7 also.
Chrome/Chromium added some new functionalities for CSS to core, and it comes maybe with certain bugs too
https://developer.chrome.com/blog/new-in-chrome-99/
Â
On other browsers layout appears correctly as before.
Fix is easy, identical for Thirtybees or any Prestashop and no invasive for other browsers appearance of Login panel:
Add into file:
.\admin\themes\default\css\overrides.css
this style:
/* fix: chrome99+ login flying blocks */
#login_form #remind-me,
#login_form .show-forgot-password {
   position:relative;
}
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now