The latest version of Chrome prevents remembering passwords in the Prestashop store administrator login

La última versión de Chrome impide recordar contraseña en el login del administrador de las tiendas Prestashop
The recent update of Google Chrome to version 99 has introduced a bug that causes a visual defect in the Prestashop Backoffice login, which prevents the user from being able to "remember the password" when logging in. All browsers based on Google Chrome are affected or will be affected soon, such as: Microsoft Edge, Brave, Opera, Vivaldi, among others...

How to solve this problem?

As a solution to the problem we recommend modifying the override.css file in the backoffice and adding this extra code:
 .bootstrap .form-group {
 margin-bottom: 15px;
 position: relative;
 }
The path to find this file, in versions 1.6 and 1.7 is usually: admin_directory and then /themes/default/css/override.css We hope this information will be helpful to those affected. The Graphic Line team .
Updated on