smoothWheel.js无法在Chrome中运行

时间:2015-02-13 16:19:59

标签: jquery mousewheel

我试过这个: $('主体&#39)。smoothWheel();

此: $(' HTML&#39)。smoothWheel();

这个: (文档)$ .smoothWheel();

但没有任何作用。页面不滚动

1 个答案:

答案 0 :(得分:0)

试试这个:

体{

overflow:auto;
-webkit-overflow-scrolling: touch;
position:relative;
height:100%;
.scroll-container{
   position: absolute;
   width: 100%;
   height: 100%;

} }