You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at what the code has become, I would say use "className": "stf-fixed" instead of "baseClassName" to have css control over fixed vs unfixed. This seems to be more consistent with what I see in the code for the fixed vs the unfixed event handling.
I've tried to get the class removed but my JS isn't great.
any ideas?
<nav id="main-navigation" class="main-navigation cf">
$('#main-navigation').scrollToFixed();
EDIT:
It seems to be affected when I change:
baseClassName:"scroll-to-fixed-fixed"
to
baseClassName:"stf-fixed"
The text was updated successfully, but these errors were encountered: