Daily updates from Odoo
Wednesday, January 8, 2020
1 change
New functionality added to Odoo
Website editors can now set sections to half-screen or full-screen height, making pages easier to design with strong visual layouts. Full-height sections can also include a scroll-down button, helping visitors move smoothly to the next part of the page.
Original PR description
This commit adds a "Height" option to sections, allowing them to have a minimum height of the user's choosing (either full screen height or half screen height, similar to blog covers). Enabling the full screen option also allows the user to add a "scroll down button" that will scroll down to the next section, also similar to blog covers. task-2152184 also see odoo/design-themes#197