EDIT: Found the solution here: Dropdown/Accordion Behavior - #7 by memetican
I have an FAQ section with “accordion” dropdowns on this page:
Problem:
There are 3 “accordion” components in the first part of the page. If one component is opened, the other components are supposed to close. This is working fine. However, the second component has some longer content inside it. On closing the second one, the page jumps down to the very bottom, instead of remaining at the same place.
How can I fix this?
Thanks