sticky
sticky copied to clipboard
Update event not work correctly with bottomSpacing
If after block content height is changed I call update event for sticky block. But I found what new bottomSpacing is ignored
var newTop = documentHeight - s.stickyElement.outerHeight()
- s.topSpacing - s.bottomSpacing - scrollTop - extra;
Having the same issue.