Here is a code with background gradient
background: rgba(0,0,0,0) linear-gradient(rgb(245, 245, 245),rgba(0,0,0,0))
repeat scroll 0 0;
Windows displays OK (chrome, ie, firefox)
MacOS and iphone displays wrong (safari, chrome)
Here is a code with background gradient
background: rgba(0,0,0,0) linear-gradient(rgb(245, 245, 245),rgba(0,0,0,0))
repeat scroll 0 0;
Windows displays OK (chrome, ie, firefox)
MacOS and iphone displays wrong (safari, chrome)