WeCodePixels / theia-sticky-sidebar

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

Responsive sidebars not resized when sticked #43

Open transbetacism opened 7 years ago

transbetacism commented 7 years ago

Responsive sidebars are not resized when it is sticked. You need to scroll to the top for the sidebar for the responsive sidebar to adjust its width.

See video of the issue here (tested with your demo): http://share.hellodetail.com/kEBF

moh3enweb commented 7 years ago

Hi @liviucmg, is there any update on resolving this bug ? As a novice, I stuck with this all day, thinking there's something wrong with my code!

BTW, thank you so much for this great plugin.

hungitms commented 7 years ago

hi @transbetacism, you find 'width': getWidthForObject(o.stickySidebar) + 'px' and replace to 'width': getWidthForObject(o.sidebar) + 'px',

JQOz commented 7 years ago

if I use v 1.7.0, I got problem with Resizing the Sidebar. But it works well with v1.2.2.

Does anyone know why?

mwordpress commented 6 years ago

I have the same problem

mwordpress commented 6 years ago

@hungitms thanks its working --- change must be in dev version