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

I am trying to add custom arrow button image in the css. But unable to do so. Request you lemme know how this is done. The images are not reflecting....

Is it possible to have the content draggable?

When I destroy it, the browser throw an error. line 1044 writes: `var cx=dx=0;` It should be: `var cx=0,dx=0;`

Hello, I'm trying to use mCustomScrollbar in dropdown menu for selecting tabs. Problem is, when mCustomScrollbar is active, dropdown isn't working properly (selected items cannot be reselected again). Here is...

Problem: If settings is "axis: yx", then on touchPad I can't scroll horizontally Solution in my case: I added this code and horizontal scroll worked

Hi Malihu, We are getting unwanted horizontal scrollbar if element is 100% width. If it is fixed width we did not get horizontal scrollbar until necessary. Is there any solution...

Hi, I'm using the malihu scrollbar in select2 autocomplete. It's working.But when i type something in autosomplete the scrollbar changes to its default style. I'm using Aurelia JS. Could you...

Hello, In my Angular CLI project: package.json ... "dependencies": { ... "jquery": "^3.3.1", "ngx-malihu-scrollbar": "^1.3.2", "@types/mcustomscrollbar": "^2.8.32" ... } ... .angular-cli.json ... "styles": [ "assets/styles/app.css", "styles.css", "../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css" ], "scripts": [...

Hello, I am working a Ionic 4 Project I need to import jquery to count remaining character in input field. Below Include error message Typescript Error Property 'length' does not...