Why is that? Seems like some clamping takes effect when you scroll the mousewheel. Dragging works as expected. Can I disable the mousewheel as a quick fix?
Like so?
scrollbox.content.drag({wheel: false})
Ok explaining it made me try clampWheel: false, that did the trick.
Why is that? Seems like some clamping takes effect when you scroll the mousewheel. Dragging works as expected. Can I disable the mousewheel as a quick fix?
Like so?
scrollbox.content.drag({wheel: false})
Ok explaining it made me try clampWheel: false, that did the trick.