- Fix empty page while print in firefox (closes GH-103)

This commit is contained in:
maxpozdeev 2025-02-01 23:56:24 +03:00
parent c611762c9e
commit 49b02cd4f8

View file

@ -1,7 +1,6 @@
@media print {
html { height:0; }
body { height:0; min-height:0; margin:0; }
html,body { height:auto; }
h2 { display: none; }
h3 { border-bottom:2px solid #777777; }
#toolbar { display: none; }