I was also trying to disable this menu-toggle when Andrew gave this good hint. In the css file, instead of adding a new max-width value, I’ve simply redefined the min-width value:
@media screen and (min-width: 10px)
It’s quite simple and works fine for me. Maybe it could help you.