daleanthony / uno

Uno - a minimal, responsive theme for Ghost
492 stars 162 forks source link

hide content-wrapper div when on homepage #36

Open allenan opened 10 years ago

allenan commented 10 years ago

This fixes a scrolling issue I noticed. When you're on the homepage, the list of blog post summaries is present, but off screen. However, its height still influences the scrollable areas, so when you scroll, the scrollbar moves, but the page doesn't.

This fix hides the content-wrapper div if you're on the homepage, and then shows it when you click the blog button.