I am developing a website in which I have used the background-attachment:fixed property. It\'s working fine in Firefox, but the image is not fixed. In Chrome it
background-attachment:fixed
With chrome 42, background attachment was not working for me... until I close Dev Tools.
Hope this can save someone's time!