Skip to content
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

Closed
toncijajic opened this issue Nov 27, 2024 · 7 comments
Closed

Firefox print preview has artifacts #152

toncijajic opened this issue Nov 27, 2024 · 7 comments

Comments

@toncijajic
Copy link

toncijajic commented Nov 27, 2024

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

@gin0115
Copy link
Collaborator

gin0115 commented Nov 29, 2024

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;
    }
}

@toncijajic
Copy link
Author

@gin0115 okay, let me know once live 😁

@gin0115
Copy link
Collaborator

gin0115 commented Dec 2, 2024

This is up on staging, its been bundled in with #149

ive confirmed that its working, so will update this on production once i get the go-ahead on #149

@toncijajic
Copy link
Author

@gin0115 nice, ping me once done.

@gin0115
Copy link
Collaborator

gin0115 commented Dec 3, 2024

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

@gin0115
Copy link
Collaborator

gin0115 commented Dec 4, 2024

This fix is now in production
image

re @toncijajic

@toncijajic
Copy link
Author

@gin0115 awesome, closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants