Created by: ifightcrime
I noticed this had already been addressed in a pull request, but It doesn't look like that solution is working. This seems like a css, not a js issue so I thought I would propose my own solution.
This method avoids modifying any JavaScript by just changing the nav bar to overflow: hidden when it needs to. It seems like a better route to go because there's no reason to risk hiding the entire menu in situations like this.