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
You should use -webkit-print-color-adjust: exact in body. that will helpful for you.
example:
body{
font-family: Helvetica;
margin: 0;
-webkit-print-color-adjust: exact;
}
I'm trying to set background color to footer and header and nothing has worked, I've tried this puppeteer/puppeteer#2182 but didn't work
The text was updated successfully, but these errors were encountered: