Plugin Author
malihu
(@malihu)
Hello,
The plugin cannot work because your page scrolling is handled by a custom javascript scrollbar (another plugin). “Page scroll to id” works with browser’s native scrollbar and your page does not have one (your html element is overflow-y: hidden).
You could probably use “Page scroll to id” scrollTo method in a callback function (provided by the custom scrollbar plugin you’re using), but you would have to implement it manually (more info in plugin homepage).