OK, solved my own problem by changing how I applied backgrounds.
The div now has the gradient from grey to white from lower left to upper
right, and the pseudo now has the bg image that the div originally had. iOS
is happier this way. Kinda odd.
Thanks to those digging in...
On Wed, Nov 28, 20
Hello list,
I am trying to use a linear gradient in a pseudo element.
div:before{
background: linear-gradient(45deg, rgba(243,243,243,1) 0%, rgba(243,243,243,
0) 80%, rgba(243,243,243,0) 100%);
}
in iOS Safari I am getting what looks like white to grey to white from
lower left to upper right. In