Affix is not working in Bootstrap 4 (alpha)

前端 未结 10 504
暖寄归人
暖寄归人 2020-12-02 21:30

According to Bootstrap 3 docs I have added following attributes to a navbar:

10条回答
  •  失恋的感觉
    2020-12-02 22:27

    After trying every solution I could find (and being aware that affix was removed from bootstrap 4), the only way I could get the desired sticky results I needed was to use sticky-kit.

    This is s really simple jQuery plugin that was easy to set-up.

    Just include the code in your project and then assign the element you want to stick with

    $("#sidebar").stick_in_parent();
    

提交回复
热议问题