Malihu custom scrollbar plugin ES6

The npm version of Malihu Custom scrollbar doesn’t work perfectly (mousewheel scroll not working etc). 

If you want to use the malihu-custom-scrollbar-plugin within your ES6 DON’T use the npm version of it.

Use the bower versio OR just download the jquery.mCustomScrollbar.concat.min.js and jquery.mCustomScrollbar.min.css files.

Then import them in your scripts using:

require('PATH_TO_THE_DOWNLOADED_FOLDER/jquery.mCustomScrollbar')($); // pass the jQuery object
$('.scrollContainer').mCustomScrollbar({
   theme: 'minimal-dark'
});