css pdf page - header overlapping with content
问题 As we can see from the image my content overlaps with the header image and this is the code I have: <style type="text/css" media="print"> @page { /*size:landscape;*/ @top-center { content: element(header); } @bottom-left { content: element(footer); } } div.header { padding: 10px; position: running(header); } div.footer { display: block; padding: 5px; position: running(footer); } .pagenumber:before { content: counter(page); } .pagecount:before { content: counter(pages); } </style> </head> <div