Monday, February 19, 2024
1 change · 17.0
Resolved issues and error corrections
Users experienced an unwanted scrollbar appearing in the spreadsheet share dropdown menu when using non-English languages like French (BE). This fix adjusts the dropdown menu height to display properly without the unnecessary scrollbar, improving the user experience across different language settings.
Original PR description
## Description: Previously, an issue was observed where the dropdown menu of the spreadsheet's share button displayed a scroll bar when users had selected a different language, such as French (BE). This PR addresses the problem by setting the height of the dropdown menu to auto, thereby resolving the issue of unnecessary scroll bar. Task ID: [3742260](https://www.odoo.com/web#id=3742260&cids=2&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form) Forward-Port-Of: odoo/odoo#153834