I have the following site: https://dasproject.netlify.com/lisa/ edit: doesn’t have the problem any more
When opening it in Chrome, the cover-image is fixed, as it should be, but when opening in Firefox, the background-attachment: fixed doesn't work
What I know so far:
The image is inside a slider, which uses transform: translate3d()
. That's what breaks the background-attachment, but I have no idea how to fix it (One obvious would be to remove the slider, but I'm aiming for something simpler)
Any thoughts why? I've tried a lot … Thanks in advance