我正在一个包含带有自定义滚动条的div的网站上工作.我的问题是鼠标滚轮不能正常工作,它太慢了.
该网站是http://alaaelseifi.net/,自定义滚动库来自http://manos.malihu.gr/
脚本发布如下:
$(window).load(function() {
$(".scroll-pane").mCustomScrollbar();
//code that make scrolling with mouse faster
});
Run Code Online (Sandbox Code Playgroud)