Content Cut Off When Printing In Firefox

Content Cut Off When Printing In Firefox

There is a bug in Firefox that prevented it from printing properly for large table and contents. The bug simply stops rendering in the print preview if the table and content on the page is too long after page 1, and all the following pages will be blank. In this aspect, IE works much better than Firefox. To fix the problem, define the following style in you css:
@media print {
* {
overflow: visible !important;
}
}
This will tell Firefox to display all contents when overflow occurs.

Leave a Reply

Your email address will not be published.

My new Snowflake Blog is now live. I will not be updating this blog anymore but will continue with new contents in the Snowflake world!