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

Browser print #88

Open
benjaminherinckx opened this issue May 22, 2019 · 0 comments
Open

Browser print #88

benjaminherinckx opened this issue May 22, 2019 · 0 comments

Comments

@benjaminherinckx
Copy link

benjaminherinckx commented May 22, 2019

Hello,

I have noticed that when installing the theme it isn't possible anymore to print out multi-pages (from the browser i.e. ctrl+p).

It probably has to do with some overflow visibility but I can't figure out which class has to be modified...

Also I usually add a no-print class to the sidebar as it doesn't need to be printed-out:

qweb:

<div id="app-sidebar" class="app-sidebar-panel no-print">

less:

@media print { .no-print, .no-print * { display: none !important; } }

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