Browse Source

[IMP] it's more practical to have to top menu overlay the left one

pull/698/head
Holger Brunn 7 years ago
parent
commit
98af1cbe7f
No known key found for this signature in database GPG Key ID: 1C9760FECA3AE18
  1. 2
      web_menu_autohide/static/src/js/web_menu_autohide.js

2
web_menu_autohide/static/src/js/web_menu_autohide.js

@ -64,7 +64,7 @@ openerp.web_menu_autohide = function(instance)
left: '0px',
right: '0px',
top: '0px',
'z-index': 1110
'z-index': 1210
});
}
if(self.hide_delay_leftbar)

Loading…
Cancel
Save