Bootstrap accordion scrolling behaviour on collapse

前端 未结 3 1070
暗喜
暗喜 2021-02-14 02:18

I am using Bootstrap 3 accordion. After reading numerous posts on how to have independent behaviour on the contents, rather than keeping only one active by default, i use

3条回答
  •  你的背包
    2021-02-14 03:09

    I think i know what causes the scrolling problem. If you are based on the example shown in getbootstrap.com, then you probably use anchors

    ...
    

    instead of anchors you can use spans

    ...
    

    The href in the anchor is causing the scroll. I hope that helps

提交回复
热议问题