Skip to content

Commit 7ca1fa2

Browse files
committed
- Removed scrollOverflowOptions.
1 parent f667919 commit 7ca1fa2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/scrolling.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@
6363
sectionsColor: ['#4A6FB1', '#939FAA', '#323539'],
6464
scrollOverflow: true,
6565
scrollOverflowOptions: {
66-
scrollbars: true,
67-
mouseWheel: true,
68-
hideScrollbars: false,
69-
fadeScrollbars: false,
70-
disableMouse: true
66+
click: true
7167
}
7268
});
7369
});

0 commit comments

Comments
 (0)