unimelb / unimelb-design-system

A complete design system for the University of Melbourne
https://web.unimelb.edu.au
30 stars 12 forks source link

Firefox print styles bug - only prints first page #750

Closed tomstringer closed 8 years ago

tomstringer commented 8 years ago

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:

/* Fix bug where only the first page gets printed in Firefox */
@media print {
  body {
    height: auto;
  }
}