You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature of StackingContext.from_page(), manipulating the (original! Pointers! no copies!) page box tree to facilitate the correct paint order (z-index, floats etc.) -- floating boxes are removed from the original tree.
In my case, I'm using the PdfGenerator from the Tips & Tricks page, to generate the headers of the document.
Floating elements will appear only in the header of the first page
Notice the date does not render on the 2nd page.
The text was updated successfully, but these errors were encountered: