Footer not visible when having html background-color #80
Unanswered
coreyfreeman82
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@freekmurze i believe this is an issue in this package/browsershot or do i have to change anything? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The footer is not visible when I give the html a background color. I can see the footer content when removing the html background but the backgrounds inside the footer don't work either.
return pdf()->view('pdfs.testcases', compact(['project', 'testcases']))->footerView('pdfs.footer')->name($project->getTestDocumentFileName());
testcases.blade.php:
Footer.blade.php where the background colors don't work even if my html doesn't have a background:
Beta Was this translation helpful? Give feedback.
All reactions