Hiding header moves footer to top of page
jpike88 opened this issue · 1 comments
jpike88 commented
This library isn't really useful in a case where I want the header to show only on the first page. All subsequent pages have this ugly gap up the top if I use the onChange method to set visibility:hidden. But if I use display:none, or height:0px, margin:0px etc, my footer jumps up to the top of each page instead.
There needs to be a better way to handle this