Closed arjjuna closed 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
Problem solved after adding:
stickTo: document
Hello,
I have a navigation bar/header to which I applied this code:
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