malihu-custom-scrollbar-plugin icon indicating copy to clipboard operation
malihu-custom-scrollbar-plugin copied to clipboard

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.

Results 102 malihu-custom-scrollbar-plugin issues
Sort by recently updated
recently updated
newest added

When holder width is set with a percent (like 55%), then the scrollbar don't hide if a content width is less than holder width.

In a moment I made the claim or query about this problem in another repository, since I use the admin template Gentelella that uses this plugin with the mouse wheel...

Version 3.1.3 In a few days with new version of mCustomScrollbar I've got 2 errors: - Cannot read property 'autoUpdate' of undefined - Cannot read property 'onCompleteTimeout' of undefined It...

The error I keep seeing is: ```Error: Mismatched anonymous define() module: function(e){!function(t){var o="function"==typeof define&&define.amd,a="undefined"!=typeof module&&module.exports,n="https:"==document.location.protocol?"https:":"http:",i="cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js";o||(a?require("jquery-mousewheel")(e):e.event.special.mousewheel||e("head").append(decodeURI("%3Cscript src="+n+"//"+i+"%3E%3C/script%3E"))),t()}(function(){var t,o="mCustomScrollbar",a="mCS",n=".mCustomScrollbar",i={setTop:0,setLeft:0,axis:"y",scrollbarPosition:"inside",scrollInertia:950,autoDraggerLength:!0,alwaysShowScrollbar:0,snapOffset:0,mouseWheel:{enable:!0,scrollAmount:"auto",axis:"y",deltaFactor:"auto",disableOver:["select","option","keygen","datalist","textarea"]},scrollButtons:{scrollType:"stepless",scrollAmount:"auto"},keyboard:{enable:!0,scrollType:"stepless",scrollAmount:"auto"},contentTouchScroll:25,documentTouchScroll:!0,advanced:{autoScrollOnFocus:"input,textarea,select,but…``` Followed by a timeout for other modules: `Failed to load routed module (viewmodels/myview)....

(function($){ $(window).load(function(){ $("#content_1").mCustomScrollbar({ scrollButtons: { enable: true }, theme: "dark", horizontalScroll: true, advanced: { updateOnContentResize: true, updateOnBrowserResize: true } }); }); })(jQuery); using the above code to show both horizontal...

Getting the following error when trying to initialize the plugin in iframe: `TypeError: a is not an object` Only happens when using jquery 3 and higher. Working good with 2.1.3.

I am trying to change the classes of my content (for styling) as they are scrolled into view. I have not been able to get `mcsInSight` to return anything but...

Hi, I have a issue, Please help me! This is link demo: [http://jewel-demo.mybigcommerce.com/](http://jewel-demo.mybigcommerce.com/) On the "search the store", please press keyword: lacos We can't scroll by mouse. Thanks you so...

Scrolling seems to get stuck when class "mCS_touch_action" is added to container element. You can test this on your demo page. Maybe related to changes on touch/pointer-events on Chrome 55/56....

$("body").mCustomScrollbar({ axis:"x", theme:"lihgt-3" }); Can I do like this?