zregvart commented on a change in pull request #255: SearchBox inside Menu in Mobile Version URL: https://github.com/apache/camel-website/pull/255#discussion_r399824093
########## File path: layouts/partials/header.html ########## @@ -46,6 +46,10 @@ {{ end }} </div> </div> + <div class="navbar-search results-hidden"> + <input id="search_mobile" class="search" placeholder="Search" autocomplete="off"> + <div id="search_results_mobile"></div> + </div> Review comment: This is also within the range loop on line 39, I think it should be placed outside as in the Antora UI. ---------------------------------------------------------------- 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 With regards, Apache Git Services