I have the vertical navigation with the overflow: scroll, so on mobile, the menu items get hidden except for the ones that you scroll to.
On page refresh or if I select a different page the scroll starts in the beginning again.
What I want is the corresponding item to always be in the view if it matches the page.
Is there a way to center the selected item by using CSS? Like can I force the scroll to be at the point where the selected menu was located?