Printing HTML always overflow to next page
Open
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 688
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
When printing html with fixed width and height to match with A4 paper size, result seems to always overflow to next page.
```html
YOYO
hiii {{ index + 1 }}
```
```javascript
this.$printJs({
printable: 'paper',
type: 'html',
maxWidth: 'auto',
style: '@media print { @page { size: A4 landscape } }',
targetStyles: ['*']
})
```
## Print result

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.