I am trying to fix scrolling preformance problems on my site. I have a few div elements with background-size: cover and background-attachment: fixed.
background-size: cover
background-attachment: fixed
Change the Position property to relative and check if it works for you.
.frontCover{position: relative;}