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
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