While scrolling a specific area that will scroll the entire section. overflow scroll section not working properly.
.scroll_sec {
width: 500px;
height: 300px;
margin: 0 auto ;
overflow-y: scroll;
}
Please check the code: https://codepen.io/anon/pen/PBzyrz
Finally, I got the answer to this question.
There is an option for
normalScrollElements
in pagepiling.js. We can mention the class or id of the overflow scroll section.Please check the code from here: https://codepen.io/anon/pen/VBRpKa