Skip to content

fix print viewport#2303

Closed
stenius wants to merge 1 commit into
beancount:mainfrom
stenius:main
Closed

fix print viewport#2303
stenius wants to merge 1 commit into
beancount:mainfrom
stenius:main

Conversation

@stenius

@stenius stenius commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Firefox does not fragment a CSS grid container across printed pages reliably, which clipped long reports to a single viewport and stranded the account chart/journal on page 2 with whitespace above it. Block flow releases the 100vh body height and lays out header -> chart -> journal naturally, paginating row by row. (aside is hidden in print.)

@yagebu

yagebu commented Jul 5, 2026

Copy link
Copy Markdown
Member

Thanks, I'll move the journal adjustment to the journal css file and merge this.

@yagebu

yagebu commented Jul 5, 2026

Copy link
Copy Markdown
Member

Merged with adjustment in 6c73992

@yagebu yagebu closed this Jul 5, 2026
@stenius

stenius commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

thanks @yagebu !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants