Fixing scrolling performance with fixed background image on div

前端 未结 1 1575
眼角桃花
眼角桃花 2021-01-27 05:13

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.

相关标签:
1条回答
  • 2021-01-27 05:54

    Change the Position property to relative and check if it works for you.

    .frontCover{position: relative;}
    
    0 讨论(0)
提交回复
热议问题