PB_OVERFLOW_CLIPPED
Content overflowed the page width and was clipped.
| Severity | warning |
| Category | rendering |
| Agent-repairable | Yes |
What happened
An element exceeded the printable page width and its content was clipped at the page edge.
How to fix
Use responsive units (percentages, max-width constraints) instead of fixed widths that
assume screen viewports. For tables, use table-layout: fixed with column width hints.
Notes
Paperbase renders PDFs at A4 width (794px equivalent). Elements wider than this will overflow. Common culprits:
- Fixed-width containers from screen-first CSS
- Code blocks with very long lines (
overflow-x: autois ignored in print) - Wide tables with many columns