AemieJ opened a new pull request #379: URL: https://github.com/apache/camel-website/pull/379
### ISSUES 1. When clicked on the menu panel within smaller screen width and at the same time, the navbar was clicked it created quite a cluster and looked messy.  2. When the menu panel was active and when the dropdown button within the navbar was clicked, the menu panel would become inactive and that isn't user-friendly. ### SOLUTION 1. Replicated the way an antora performs this. The navbar takes the entire width while covering 50% of viewport height and shows a higher hierarchy over the menu panel item.  2. `e.stopPropagation()` was used after the click of the dropdown item to resolve this issue. ---------------------------------------------------------------- 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