On a Canvas with some custom html I set
useTouchScrolling: false
overflow: 'auto'
Is there any way to only enforce overflow-x but not overflow-y?
useTouchScrolling: false
overflow: 'auto'
Is there any way to only enforce overflow-x but not overflow-y?