garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

two elements cause issue on same page, IE EDGE #238

Closed weilinzung closed 7 years ago

weilinzung commented 8 years ago

if create the sticky header and sticky sidebar on the same page, which will make the sidebar not side by side with the content when back to normal ON IE EDGE.

the sidebar will be focused to the centre and the content will push down.

`

<---sticky--->
` ` <---sticky---> ..... ` `$(document).ready(function(){ $(".sidebar").sticky({ topSpacing:70, bottomSpacing: 400 }); $(".topbar-nav").sticky(); });` any idea??? thanks!