<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow 👉 https://stackoverflow.com/questions/ask?tags=docsify --> ## Feature request #### What problem does this feature solve? Click a a link after first time, it will not scroll. #### What does the proposed API look like? https://ant.design/components/grid/#components-grid-demo-flex-align In antd doc, we can click the right siderbar to trigger scroll everytime.  #### How should this be implemented in your opinion? Maybe addEventListener to click, and scroll when a link is clicked?  #### Are you willing to work on this yourself? I can try, but I just begin with using doscify,maybe have a lot of conflicts with other ability.