PejmanNik / jikji

Effortless report generator and reporting tools with React and NodeJS
https://jikji.pejmannik.dev/
MIT License
50 stars 1 forks source link

Top margin is working fine with react but it is not applying to second page with generator. #32

Closed abdul41265 closed 8 months ago

abdul41265 commented 8 months ago

`const myMargin:PageMargin = {top:'20px',bottom:'8px',left:'30px',right:'20px'}

function MyReport() { return (

..... ` react Screenshot 2024-01-23 at 4 33 55 p m node Screenshot 2024-01-23 at 4 34 07 p m
abdul41265 commented 8 months ago

Updating to the latest puppeteer version fixed the problem I had.