Sometimes when opening up Mobile Menu, and then attempting to scroll the menu up (ours is a large menu and therefore requires “sliding it up” or “scrolling it up” to see the rest of it), I am unable to move the menu up – it gets stuck. I have to close the menu and then reopen it to get it to work. Have you seen this behavior, and if so, how can I correct it?
I have an old version of the theme. I will try adding this:
@media only screen and (max-width: 767px) {
.boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
}