I want to create a left-sticky bar menu with bootstrap 3 like:
http://getbootstrap.com/getting-started/
I\'d read the given documentation http://getbootstrap
You can also try to use a Polyfill like Fixed-Sticky. Especially when you are using Bootstrap4 the affix component is no longer included:
affix
Dropped the Affix jQuery plugin. We recommend using a position: sticky polyfill instead.