Jump to content

Strange backoffice menu after chrome update 60.0.3112.90


MaartenB

Recommended Posts

When I updated chrome to version 60.0.3112.90 the backoffice menu looks very strange.

(see attachment).

 

Anyone else has this problem? I use PS1.6.0.9

It happens only with chrome since version 60.0.3112.90 and with the minimized menu. When i expand the menu it looks normal.

 

Snap4.jpg

Edited by MaartenB (see edit history)
Link to comment
Share on other sites

Hello! I have the same problem. I've checked it and it looks like problem connected with the width for "#nav-sidebar ul.menu li.maintab > a.title i" on screens with height < 850px. If screen height < 850px, then item element will have width = 42px, and it is too wide.
It will be fixed after adding this styles to yours admin theme css:
@media (max-width:850px) and (min-width:480px) {
#nav-sidebar ul.menu li.maintab > a.title i {
vertical-align: baseline;
text-align: right;
width: 18px;
font-size: 14px;
} }
 

 

Link to comment
Share on other sites

When I updated chrome to version 60.0.3112.90 the backoffice menu looks very strange.

(see attachment).

 

Anyone else has this problem? I use PS1.6.0.9

It happens only with chrome since version 60.0.3112.90 and with the minimized menu. When i expand the menu it looks normal.

 

Snap4.jpg

 

you can upgrade your website to v1.6.1.16 it will solve the issues and also good for you with latest version

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...