AemieJ commented on a change in pull request #428: URL: https://github.com/apache/camel-website/pull/428#discussion_r456762637
########## File path: antora-ui-camel/src/js/06-mobile-footer.js ########## @@ -0,0 +1,15 @@ +document.addEventListener('DOMContentLoaded', function () { Review comment: While the `:target` selector works with toggling, it causes unnecessary scrolling in pages. I will try with the use of a `:checked` selector as well but if it works toggling with the checked selector in this scenario, I think in that way we could minimize the use of javascript for navbar burger toggling and the dropdown menu toggling for the mobile version. ---------------------------------------------------------------- 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