I have successfully integrated Malihu's custom scrollbar into my meteor app using this package:
The code I'm using is as follows:
Template.post.rendered = function() {
$('body').mCustomScrollbar({
theme: 'minimal-dark'
});
}
Although the correct classes are being added to the body
, I am not seeing the custom scrollbar, only the default one.
Is there a specific step that I might be missing? Any additional actions required?
Just for reference, I am working with Meteor v0.9.0