Describe the bug
Printing in Firefox is truncated and only prints the first page of content.
The is likely due to flexbox and this Firefox bug.
A workaround would be to apply display: block to the main content elements in the print CSS.
Steps To Reproduce
Steps to reproduce the behavior:
- Open Firefox
- Go to any content page in Bookstack that is long enough to print on multiple pages
- Print the page
- Only the first page prints
Expected behavior
The entire document should print.
Describe the bug
Printing in Firefox is truncated and only prints the first page of content.
The is likely due to flexbox and this Firefox bug.
A workaround would be to apply
display: blockto the main content elements in the print CSS.Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The entire document should print.