You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using theiaStickySidebar for the main website's content and sidebar and it working great until create another sticky sidebar for sharing buttons inside the main content and it working too BUT not when the main Sidebar be greater than the content.
Case - 1 (Not working properly) - The main sidebar is greater than the content: The main Sidebar is 7000 pixels height [.height-sidebar] - When scrolling down the share buttons section working but when you reach the bottom of the page and go up again it disappear because of a miss calculation of position.
Case - 2 (Working) The main sidebar lower than the content: Just change the class [.height-sidebar] to [1000px] and the share buttons section will be sticky when scrolling down and up with no problem.
Thanks for your great project.
The text was updated successfully, but these errors were encountered:
Hey Guys,
I'm using theiaStickySidebar for the main website's content and sidebar and it working great until create another sticky sidebar for sharing buttons inside the main content and it working too BUT not when the main Sidebar be greater than the content.
A Fiddle live Example
Case - 1 (Not working properly) - The main sidebar is greater than the content: The main Sidebar is 7000 pixels height [.height-sidebar] - When scrolling down the share buttons section working but when you reach the bottom of the page and go up again it disappear because of a miss calculation of position.
Case - 2 (Working) The main sidebar lower than the content: Just change the class [.height-sidebar] to [1000px] and the share buttons section will be sticky when scrolling down and up with no problem.
Thanks for your great project.
The text was updated successfully, but these errors were encountered: