mode / alamode

A community-maintained library of visualizations for Mode reports
MIT License
70 stars 67 forks source link

Fix repeated HTML in pdfs #39

Closed curt-mitch closed 5 years ago

curt-mitch commented 5 years ago

Resolves mode/issues#304

Elements that are styled with position absolute or fixed by default are shown on every page of a PDF created from HTML and CSS. This ensures that elements with class fixed-nav-bar, which have position: fixed; via our alamode CSS, are shown on the first page only when a PDF is created.