We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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; } }
The text was updated successfully, but these errors were encountered: