(function($){
$(window).load(function(){
$("#content_1").mCustomScrollbar({
scrollButtons: {
enable: true
},
theme: "dark",
horizontalScroll: true,
advanced: { updateOnContentResize: true, updateOnBrowserResize: true }
});
});
})(jQuery);
我使用上面的代碼在相同的內容中顯示水平和垂直滾動條,但是隻有水平滾動條出現。我如何強制顯示兩個滾動條?如何使用mCustomScrollbar顯示水平和垂直滾動條?