Closed tomstringer closed 8 years ago
In Firefox, the whole page should (hard-copy) print when requested.
Only the first page prints: https://unimelb.slack.com/archives/design-system/p1478576280000027
Go to Firefox, open a Design System site, select print... ?
Axel used this fix previously:
/* Fix bug where only the first page gets printed in Firefox */ @media print { body { height: auto; } }
Expected behaviour
In Firefox, the whole page should (hard-copy) print when requested.
Actual behaviour
Only the first page prints: https://unimelb.slack.com/archives/design-system/p1478576280000027
Steps to reproduce
Go to Firefox, open a Design System site, select print... ?
Axel used this fix previously: