WeCodePixels / theia-sticky-sidebar

Glues your website's sidebars, making them permanently visible while scrolling.
MIT License
569 stars 209 forks source link

Recalc #22

Closed hellor0bot closed 7 years ago

hellor0bot commented 8 years ago

Is there a way to recalc the sticky sidebar after a certain event?

liviucmg commented 8 years ago

There is no specific way, but as a workaround you could trigger a $(window).trigger('resize') or $(window).trigger('scroll').