Вопрос

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?

Это было полезно?

Решение

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).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top