Skip to content

Commit db4a851

Browse files
committed
- Documentation: Added explanation of fp-noscroll to use when using scrollOverflow:true alvarotrigo#2190
1 parent 7751b26 commit db4a851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ In case of setting it to `true`, it requires the vendor library [`scrolloverflow
424424
<script type="text/javascript" src="jquery.fullPage.js"></script>
425425
```
426426

427+
In order to prevent fullpage.js from creating the scrollbar in certain sections or slides use the class `fp-noscroll`. For example: `<div class="section fp-noscroll">`
428+
427429
- `scrollOverflowOptions`: when using scrollOverflow:true fullpage.js will make use of a forked and modified version of [iScroll.js libary](https://github.com/cubiq/iscroll/). You can customize the scrolling behaviour by providing fullpage.js with the iScroll.js options you want to use. Check [its documentation](http://iscrolljs.com/) for more info.
428430

429431
- `sectionSelector`: (default `.section`) Defines the jQuery selector used for the plugin sections. It might need to be changed sometimes to avoid problem with other plugins using the same selectors as fullpage.js..

0 commit comments

Comments
 (0)