In my case I have dynamic content, but I'm not expect that wrapper will be update height with my dynamic content. That is broken my design.
Delete this string:
s.stickyWrapper.css('height', s.stickyElement.outerHeight());
Or add option to disable it.
In my case I have dynamic content, but I'm not expect that wrapper will be update height with my dynamic content. That is broken my design. Delete this string: s.stickyWrapper.css('height', s.stickyElement.outerHeight()); Or add option to disable it.