-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox print preview has artifacts #152
Comments
Need to rejiggle my forks, but this is the current working fix and will get this pushed up asap @media print {
body>.wrapper::after {
content: none !important;
display: none !important;
visibility: hidden !important;
}
} |
@gin0115 okay, let me know once live 😁 |
@gin0115 nice, ping me once done. |
Will do, if we get any push back on the other task, we can do this as custom css in wp admin as a quick fix |
re @toncijajic |
@gin0115 awesome, closing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a layout issue with the site's print preview when using Firefox, where the browser shows artifacts, most likely using background's clip path.
Details
The text was updated successfully, but these errors were encountered: