Skip to content

Commit 24e11f9

Browse files
committed
- Removed unnecessary scrollOverflowOptions
1 parent 6dde698 commit 24e11f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/scrolling.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@
6161
$('#fullpage').fullpage({
6262
anchors: ['firstPage', 'secondPage', '3rdPage', '4thPage'],
6363
sectionsColor: ['#4A6FB1', '#939FAA', '#323539'],
64-
scrollOverflow: true,
65-
scrollOverflowOptions: {
66-
click: true
67-
}
64+
scrollOverflow: true
6865
});
6966
});
7067
</script>

0 commit comments

Comments
 (0)