When accessing through mobile devices when clicking on the Hamburguer menu the main menu modal is displayed and the search bar as well, however the search bar is not displaying the search results while typing, this is weird because the only thing I did was changing the location of the search bar but never changed or modified any config
It is only a z-index issue. The menu z-index is much bigger, so it hovers over the results box. Changing the z-index here to 9999999, then clearing the cache will resolve the issue.