Hi,
I have a problem using the popup component. (Universal pop-up widget for web and mobile | Mobiscroll)
Inside this component I have a custom list.
The list should be scrollable but, there is an element deep down in mobiscroll somewhere which has a blocking mousewheel event listener.
This is how I find it, but specific to my application
div = document.querySelector('div.mbsc-fr.mbsc-mobiscroll.mbsc-fr-bubble.kk-popup.mbsc-wdg.mbsc-fr-pointer.mbsc-no-touch.mbsc-fr-nobtn')
Problem
I want to mousescroll
my custom popup list, but mobiscroll is blocking mousewheel events.
Questions
Is the blocking intended behaviour?
Is it possible to turn off?
GIF