Daily updates from Odoo
Friday, May 21, 2021
1 change · master
Resolved issues and error corrections
The Sign app now keeps the field-type toolbar in its own scrollable area when many fields are added. This prevents the document preview from being squeezed or cut off, making template and document preparation easier to use.
Original PR description
Add a seperate scrollbar to the sign field type toolbar to prevent its content overflows the element's box when there are too many fields. Before this commit was applied, when a document or a template is opened or uploaded, and if the user adds many fields to the left panel, It will create a scrollbar on the right of the screen. This scrollbar allowed the user to view all fields. But, the main window with the PDF content would be truncated and only visible with the help of a second "inner" scrollbar. taskid:2501785