在垂直菜单中不起作用mCustomScrollbar

问题描述

我通过此链接https://manos.malihu.gr/jquery-custom-content-scroller/使用mCustomScrollbar

我在页面和此功能添加CSS和脚本

  (function($){
        $(window).on("load",function(){
            
            $(".main-menu").mCustomScrollbar({
                theme:"rounded"
            });
         });
    })(jQuery);

当我打开inspect element时,滚动工作到顶部:-145px

style =“ position:relative; top:-145px; left:0px;”

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)