Is there a way to just allow scrolling vertically

I am looking for a way to allow users to scroll vertically but avoid horizontally scrolling. Based on the documentation here https://docs.handsontable.com/pro/1.15.1/demo-scrolling.html, I cannot seem to find an easy way to achieve it.

For more context, I am looking for something like: https://jsfiddle.net/sajmera/kkfvbyzz/4/

Hi @sajmera

If you would like to avoid horizontal scroll you can pack Handsontable in a div with CSS overflow-x: hidden like here http://jsfiddle.net/handsoncode/fk00aLyn/?
I am not sure if that was what you mean. Maybe I’ve missed something.