Skip to content

Commit baf62d7

Browse files
committed
- Fixed bug with scrollOverflow:true. Now scrollbars are interactive alvarotrigo#2187
1 parent 8d02635 commit baf62d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jquery.fullPage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
mouseWheel: true,
9595
hideScrollbars: false,
9696
fadeScrollbars: false,
97-
disableMouse: true
97+
disableMouse: true,
98+
interactiveScrollbars: true
9899
};
99100

100101
$.fn.fullpage = function(options) {

0 commit comments

Comments
 (0)