I\'m working on a printable list of events, the printer prints one page fine, but cuts off some of the text on the bottom, then it print a second blank page
I\'ve tr
I fixed the problem by adding overflow:visible; and give it padding-right: 30px; to substitute for the scroll bars width.
overflow:visible;
padding-right: 30px;