我在不同的浏览器中测试了我的网站,发现我的滚动条在safari中不起作用,但用滚动条滚动(或点击鼠标滚轮)可以
我测试了其他网站,它在其他网站上没有问题,而且它在chrome中运行良好,即vivaldi、opera
网址:http://www.comicconbrussels.com/en/homepage-english-4/
我在设备模式下用chrome测试了您的页面。所以,在刷新页面之前,我不能用触摸滚动。只适用于twitter框架,所以我认为你在嵌入twitter框架时有一些问题。尝试删除twitter块。
你也可以尝试删除你的"漂亮的滚动"
jQuery(function($) {
$("html").niceScroll({
cursorborder:"",
cursorcolor:"#525252",
boxzoom:true,
cursoropacitymin: 0.5,
cursoropacitymax: 1,
cursorwidth: 5,
mousescrollstep: 50
});
});