somewebmedia / hc-sticky

JavaScript library that makes any element on your page visible while you scroll.
https://somewebmedia.github.io/hc-sticky/
MIT License
462 stars 114 forks source link

Sticky navigation bar disappears after scrolling for a while #24

Closed arjjuna closed 9 years ago

arjjuna commented 9 years ago

Hello,

I have a navigation bar/header to which I applied this code:

jQuery(document).ready(function($){
            $('.header-cont').hcSticky({
                innerTop: 63,
            });
        });

It works fine, but it disappears after scrolling for a while. You can view it here http://arjjuna.github.io/mysite/

What could be the issue?

Thanks

arjjuna commented 9 years ago

Problem solved after adding:

stickTo: document