print stylesheet, one page prints and cuts off remaining text

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

    I know this is an old question but here's another, newer way this can happen.

    Check if you're using display: flex; on the clipped element. It was the problem for me, setting it to block fixed it.

提交回复
热议问题