Care to share the poo screenshot? Not that I can help with the issue but I’d rather know beforehand if there are any problems with css gradients on my own projects. Thanks!
You need to try to replicate this using simple test layout. I don’t believe this is how safari renders gradients by default. Create a new project, div and gradient exactly the way you did it in the project but using as few objects as possible and as little style changes as necessary and see if it looks like that.
Basically, the transparent value of the gradient should be set to ‘transparent’ explicitly. I had set it to rgba(255, 255, 255, 0) before (or white with 0% opacity)