Open ashleyjenniker opened 8 years ago
Neigther even with native scroll, it doesn't work.
Try using this component.css: https://jsfiddle.net/VisedFAQ/aqe96kbz/
it's not working for me. I have tried but it's sames working not getting any proper solution.
I have a better solution for this. For mobile you can change the menu-open event from "touchstart" -> "click" you can do this in javascript. there is file "mlpushmenu.js" In this file you can find the line-->- this.eventtype = mobilecheck() ? 'touchstart' : 'click'; change it to this.eventtype = 'click'; And you will be able to scroll the menu.
For a responsive menu this does not work that great on mobile devices, especially when rotating the device to landscape.
On large desktop screens, the menu works perfect!
I tried combining this with a custom jquery scrollbar but have not had any success yet. http://manos.malihu.gr/jquery-custom-content-scroller/