I have a sticky header on my page by setting CSS to relative and z-index.
When I go to print, the first page prints fine (header, with page content starting just below header). The following pages has header on top of content.
How can I force content below header on every page that is printed, or unstick the header so it only prints on first page?
Thank you!