Hey I'm using Dropkick js on my website, but for some reason the body background image is affected and become buggy. The background is a large image that is fixed and its position is set to "cover".
body {
background:url('IMAGEURL');
background-attachment:fixed;
background-size:cover;
}
Here is an example: http://jsfiddle.net/NR9L2/1/
When you scroll down, the image does not appear fixed, and when you are scrolled down and activate the dropdown menu the image appears to "correct" its position.
I am using Google Chrome on a PC.