Slidebars icon indicating copy to clipboard operation
Slidebars copied to clipboard

Only the first page is printing

Open barbmc opened this issue 9 years ago • 5 comments

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?

barbmc avatar Jul 29 '16 07:07 barbmc

I worked it out. I had to add this to my print css

[canvas="container"] { overflow: visible !important; } body, html { overflow: visible !important; }

barbmc avatar Aug 01 '16 03:08 barbmc

Why is this closed? Adding !important is not a solution.

devkinetic avatar Sep 07 '16 20:09 devkinetic

This was the solution for me. I only added this to the css used when printing.

barbmc avatar Sep 08 '16 08:09 barbmc

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?

devkinetic avatar Sep 08 '16 13:09 devkinetic

Reopened as requested

barbmc avatar Sep 09 '16 00:09 barbmc