mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- Fix empty page while print in firefox (closes GH-103)
This commit is contained in:
parent
c611762c9e
commit
49b02cd4f8
1 changed files with 1 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue