Hello @blixhavn Thank you so much for updating sticky-sidebar to V2 !! I really like when projects are alive even updates in long periods. So thanks.
I tried to replace import StickySidebar from 'sticky-sidebar'; by import StickySidebar from 'sticky-sidebar-v2'; and without changing anything else (except removing ResizeSensor). It seems to be working (I'm a CSS absolute ignorant).
Now the problem (as it was working fine with the old version ) is when I scroll the page to the top, there I see the sidebar going on top of everything else (stretching the page).
Hello @blixhavn Thank you so much for updating sticky-sidebar to V2 !! I really like when projects are alive even updates in long periods. So thanks.
I tried to replace
import StickySidebar from 'sticky-sidebar';
byimport StickySidebar from 'sticky-sidebar-v2';
and without changing anything else (except removing ResizeSensor). It seems to be working (I'm a CSS absolute ignorant).Now the problem (as it was working fine with the old version ) is when I scroll the page to the top, there I see the sidebar going on top of everything else (stretching the page).
This is my HTML:
And my Js
This is a capture:
Thanks a lot !!!