Only the first page is printing
I have noticed that since upgrading to version 2.0.2 only the first page of a long page will print using the native print in FF, Chrome or IE.
However I notice this is not an issue on your slidebars site. Did you have to do anything to make this work correctly?
I worked it out. I had to add this to my print css
[canvas="container"] { overflow: visible !important; } body, html { overflow: visible !important; }
Why is this closed? Adding !important is not a solution.
This was the solution for me. I only added this to the css used when printing.
The fact that overflow is set to hidden on the body makes scrolling impossible even on desktop, at least on my site based on Bootstrap 3.
We should look into fixing this on the project, because adding your css solved my scrolling problems on desktop and mobile and printing as well. Can you open the issue and we can patch it?
Reopened as requested