I have a jsTree
within a mCustomScrollbar
, theese both dont like each other - if it goes to scroll while drag. altough I found a solution - modifying both .js, I wonder if there is a solution "out of the box"
The point is, that jstree, seaches for standard HTML/CSS scroll logic, while mCustonScollbar hides this firmly.
That means, that if you drag on the edge of the (tree-) controll, the whole document scrolls, instead of the custom scollbar container, it belongs to.
edit: Is there any ready solution, to get these both work together?