AemieJ opened a new pull request #378: URL: https://github.com/apache/camel-website/pull/378
### Issue Observed * The Antora default UI highlights and makes sure the nav list item for the current page remains visible. The Camel components list does not do this, always scrolling to the top when you click on an item. This makes it very hard to use. ### Solution Offered * As the `panel.scrollTop` has been used to calculate the mid-point for the `current-page-item` on the nav menu panel, I have written code such that when the navigation happens, it find the midpoint distance for that page item in the menu panel, and scrolls to that immediately. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org