Mouse scrolling issue in a specific section in pagepiling.js

1.2k Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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