I would like to fix a div element to be always at the bottom of the QWEB report, I do not want to put it in the "footer" as it will show on every page.
Currently, I'm using a temporary solution
style="position: absolute; top:650px; width:100%;page-break-inside: avoid;"> > CONTENT
However, I face an issue where if the above content is long, then I would get overlapped problem