I was trying to print footer with every page. I was able to do it with
@media print {
footer {
position:fixed;
}
}.
But the body and footer is overlapping. I tried to add margin: 20px; margin only apply to side not to bottom. Anybody know the solution?