Question

I use MMenu jquery plugin. The menu is working fine except I go to horizontal view where I configured to use the widescreen css, which sets the menu open and not closable. But if the height of the menu isn't enough for the items, scrolling is disabled. If I click the menu opener scrolling is enabled.

DOes anybody know a way to enable scrolling automaticly?

Was it helpful?

Solution

This is due to a bug in the widescreen.css. Should be fixed if you add "overflow-y: auto;" in the ".mm-menu" selector (on line 50).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top