Showing
1 changed file
with
6 additions
and
1 deletions
@@ -26,7 +26,12 @@ function initNavScroll(opt) { | @@ -26,7 +26,12 @@ function initNavScroll(opt) { | ||
26 | 26 | ||
27 | iScroll = new IScroll($navBox[0], { | 27 | iScroll = new IScroll($navBox[0], { |
28 | scrollX: true, | 28 | scrollX: true, |
29 | - scrollY: false | 29 | + scrollY: false, |
30 | + mouseWheel: true, | ||
31 | + scrollbars: true, | ||
32 | + probeType: 3, | ||
33 | + preventDefault: false, | ||
34 | + click: true | ||
30 | }); | 35 | }); |
31 | 36 | ||
32 | return { | 37 | return { |
-
Please register or login to post a comment