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

[BUG] Sidebar overlay breaks printing #5598

Open
wizhippo opened this issue Jun 4, 2024 · 0 comments
Open

[BUG] Sidebar overlay breaks printing #5598

wizhippo opened this issue Jun 4, 2024 · 0 comments

Comments

@wizhippo
Copy link

wizhippo commented Jun 4, 2024

When printing the preview in chrome does not show the content, but only the sidebar.

I found that adding fixes it.

@media print {
.sidebar-overlay {
display: none;
}
}

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

1 participant