print stylesheet, one page prints and cuts off remaining text

后端 未结 12 1016
攒了一身酷
攒了一身酷 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:28

    I setup my print sheet to only print the modal content. My fix was to make the modal position: absolute;. My modal was originally position: fixed;.

提交回复
热议问题