How to create a sticky left sidebar menu using bootstrap 3?

后端 未结 3 946
生来不讨喜
生来不讨喜 2020-11-28 04:51

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

3条回答
  •  再見小時候
    2020-11-28 04:52

    You can also try to use a Polyfill like Fixed-Sticky. Especially when you are using Bootstrap4 the affix component is no longer included:

    Dropped the Affix jQuery plugin. We recommend using a position: sticky polyfill instead.

提交回复
热议问题