print stylesheet, one page prints and cuts off remaining text

后端 未结 12 885
攒了一身酷
攒了一身酷 2020-12-24 00:41

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

12条回答
  •  隐瞒了意图╮
    2020-12-24 01:27

    if overflow:visible; not works, try overflow-y:visible;

    (i had body{overflow-y:scroll;}, and body{overflow:visible;} in print.css not rewrited it...)

提交回复
热议问题