We have a Course page with normal text elements and accordion to allow users minimise/expand the content. We have also put a Nav link on the sidebar that is sticky positioned to allow users to navigate between headings(bookmarks) on the page. They are styled so that each nav link is highlighted when the user scrolls to the bookmarked section of the page.
The nav links itself works when you click the buttons and takes you to the right section - but the issue the Active link when manually scrolling. The active link doesn’t work properly with the Accordion. If you scroll on the Accordion Headings, the nav active links are not correlated.
(tested with normal text elements and it works - only happens for accordion items)
Also for some reason '#faq" is being inputted on the url on first load. This stops if you remove Toggle Hash for the Accordion headings. This problem appears for the other # bookmarks if I activate the Toggle hash for them.