-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
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; } }
Metadata
Metadata
Assignees
Labels
No labels