pagepiling.js 中特定部分的鼠标滚动问题

Mouse scrolling issue in a specific section in pagepiling.js

滚动特定区域时将滚动整个部分。溢出滚动部分无法正常工作。

.scroll_sec {
  width: 500px;
  height: 300px;
  margin: 0 auto ;
  overflow-y: scroll;
}

请检查代码:https://codepen.io/anon/pen/PBzyrz

终于找到了这个问题的答案

pagepiling.js 中有 normalScrollElements 的选项。我们可以提及溢出滚动部分的 class 或 id。

请检查此处的代码:https://codepen.io/anon/pen/VBRpKa