lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 579 forks source link

interstitialSection and offset error #336

Open hendra-foo opened 6 years ago

hendra-foo commented 6 years ago

scrolling into interstitial section (which i mean footer) error when i define offset

halodevcr commented 6 years ago

Found a solution for this ?

hendra-foo commented 6 years ago

@halodevcr nope

SpeakInCode commented 5 years ago

I have a solution for the time being. Insert a spacer at the bottom of your footer that is the same height as the offset. For instance, I have an offset: -100 in my options to compensate for a fixed header that has a height of 100px. So I added <div style="height:100px"></div> just before the closing </footer> and it solves the issue.