Has anyone encountered gradient rendering issues with fixed backgrounds in Safari? I have no idea why this is happening, but it's only happening in Safari and it stops if I remove the background-attachment.
Edit: found the culprit: it was because the <body> has container-type: inline-size and it doesn't play nicely with the fixed background. That's a fun bug.
