Open wmattei opened 3 years ago
Dynamically sized repeating page content needs float: top
and float: bottom
, neither of which we currently support. The good news is that I'm implementing footnotes in #711 which is giving me a good understanding of the issues around float:bottom
so I may eventually implement them.
I understand @danfickle. Should i keep this issue open?
Thanks @wmattei,
I have renamed issue so you can leave it open.
If i have na element defined as
running
at the top of the page, and the content of this element is bigger than the page margin i get result where the header overflows the body.Of course i could just increase the margin, but in my case, the header will be dynamic, and there is no way to know how big it can be..
Screenshot
Page 1
Page 2
Reproducible code: