Closed clarknelson closed 5 years ago
Thanks for that. Looks like this is a browser issue. background-attachment: fixed
works with natural page scrolling, whereas Flickity uses transforms for positioning elements. If you want to use background-attachment: fixed
, then you're better off not using Flickity and using a simple div
withoverflow-x: scroll
.
I have heard this is a css3 bug, but I haven't been able to get it to work at all 😣🤢😵 help please!
Test case: https://codepen.io/clarknelson/pen/ebBJee