-
- Downloads
[FIX] website: prevent menu to float in the middle of the screen in edit
- Select the "Sidebar" header template - Position it to the left (it's left by default) - Select a website layout != 'full', like 'framed' In edit mode, the menu will be floating in the middle of the screen. Probably a bad adaption in commit [1] which refactored the code to move the edition panel from left to right. The rule was initially working fine for the left panel since [2]. Note that one might think that the rule should have been kept and adapted to add the same behavior when the menu is positioned right but this case was actually handled with [3]. [1]: https://github.com/odoo/odoo/commit/2abe8517063b2696cc89e9a453dcc3921fb3b8c7 [2]: https://github.com/odoo/odoo/commit/b30e47d81c1f71a66b1b6aa6846b52e080c25643 [3]: https://github.com/odoo/odoo/commit/f693c71b8c1b03367e00ec8f0f7854a239a9f097 closes odoo/odoo#107972 X-original-commit: d8674bf6 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com> Co-authored-by:
qsm-odoo <qsm@odoo.com>
Please register or sign in to comment