You can easily achieve that by using fullPage.js instead. If you want to keep the scroll bar as in scrollify, just use the option scrollBar:true
for that as in this example.
Using the option scrollOverflow:true
you can overcome your problem as you can see in this example.
From fullPage.js documentation:
scrollOverflow: (default false) defines whether or not to create a scroll for the section in case its content is bigger than the height of it. When set to true, your content will be wrapped by the plugin. Consider using delegation or load your other scripts in the afterRender callback. In case of setting it to true, it requires the vendor plugin jquery.slimscroll.min and it should be loaded before the fullPage.js plugin.
Additionally, fullPage.js:
- Provides much more options, methods and callbacks.
- when possible, it uses css3 transformation which perform better in tablets and mobile phones.
- Solves problems with Apple laptops trackpads, Apple magic mouses and any kinetic scrolling.
- Provides a set of extensions