Hello support
I’d like to use the parallax scroll effect where the image doesn’t move. I’m using the fix previously provided in another thread:
.x-section [class^=“x-bg”][data-x-params*=“parallax”] {
background-attachment: fixed;
}
It seems to work fine in Chrome and Edge, but Firefox it breaks and gives the error:
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
Any ideas?
Thank you.