Prevent Scrolling unless with bar

Tags: #<Tag:0x00007efc648cb1f0> #<Tag:0x00007efc648cafe8>

Would it be possible to prevent scrolling unless its being done by the scroll bar?

Hi @mariothomas

Handsontable don’t have any API that would let you disable only mouse scroll. It would also be tricky to achieve something like this with JS or CSS as most often method is to set overflow: hidden on a main container, but that automatically hide the scrollbars too.