I\'m using stellar.js to add a parallax effect to a vertical scrolling website, but I\'m having problems with the background positions. When I use the class \"data-stellar-b
I had the same problem and already had horizontalScrolling:false. Adding scrollProperty: 'transform' resolved the issue for me.
horizontalScrolling:false
scrollProperty: 'transform'