Footer to stick at the bottom of the page in Print - jigneshpshah/greycube_helpmanual GitHub Wiki
<style>
@media print {
div.print-footer {
position: fixed;
bottom: 0;
}
}
</style>
Hello footer