You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
If you have more than a page's height worth of contents in your first collapsible container, and you scroll down to the second set to expand, the browser's scroll position does not change, leaving you in the middle of the second container's contents. I fixed this on our site by scrolling to the top of the clicked header if it is off the top of the page after an expansion. Here's the code I use: