How do I stop my fixed sidebar with scrolling on footer?
The key is to wrap the sticky element in another div . Since the sticky element cannot move outside of its wrapper div it get scrolled up when the footer comes into view. Save this answer.
How do I make my sidebar sticky?
You can either make a custom stylesheet specifying the sidebar style or you can add an inline CSS code "position: sticky" to your sidebar element/container.