I'm using TinyMCE inside a container that has custom scrollbar (by mCustomScrollbar) but when I try to scroll over an editor, the scrolling stucks.
Here is a fiddle demonstrating it (try to scroll it using a mouse wheel): https://jsfiddle.net/moaLsfnv/
tinymce.init({ selector: ".mytextarea" });
$('#container1').mCustomScrollbar({ theme:"dark-3" });
Is there any way to make editors bubble all the scroll events?