문제

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