How to prevent scrolling?
leganz opened this issue · comments
Manuel Pirker-Ihl commented
Is there a way to prevent scrolling in certain circumstances?
Why?
I have a touch control within the list. if I just set overflow-x:hidden it works on android devices but safari will make the items disappear...
Manuel Pirker-Ihl commented
For everybody who is wondering how
Add an event listener to the virtual scroll component and event.preventDefault()