Daily updates from Odoo
Monday, March 30, 2020
1 change · master
Resolved issues and error corrections
List views with a search panel now stay within the phone screen width when their content is wider than the display. This prevents the whole page from scrolling sideways and keeps navigation more comfortable on mobile devices.
Original PR description
When a list view has a (left) search panel and the content is too wide for the screen (like on mobile), a page-wide horizontal scroll is triggered. This commit fixes it by forcing the list view to match the viewport's width, forcing the scroll only for its content. Task ID: 2185145