Open dozer75 opened 5 years ago
I've come across similar issues and was able to work around this by overriding the css. Something along the lines of the following can get you started. Just be sure to use the print media.
@media print { .ng-sidebar__content { position: relative !important; overflow: visible !important; } }
When I try to print a page that contains the ng-sidebar with scrollable content, only what's visible in the viewport is printed. The ng-sidebar style should make it possible to print the whole content.
Simplest way to reproduce:
See that only one page is printed