smooth scroll and accordion conflict bootstrap

Hi,

I've noticed that when I use a javascript code for smooth scrolling, the accordion does not work properly.

Here is the javascript link that I found: https://github.com/ts-de/bootstrap4-fixed-navbar/blob/master/navbar-fixed.js

When I use this code and accordion in the studio, clicking the accordion titles send me to the top of the page. I don't know if it is a bug but I think you should review.

This is most likely not an issue with the app, but the Bootstrap Framework it's self.

http://getbootstrap.com/docs/4.0/getting-started/javascript/#no-special-fallbacks-when-javascript-is-disabled

Third-party libraries - Bootstrap does not officially support third-party JavaScript libraries like Prototype or jQuery UI. Despite .noConflict and namespaced events, there may be compatibility problems that you need to fix on your own.

Saj

Thank you for your answer!