Trying to place a top-to-bottom gradient as my background, but for some reason vertical gradients are causing the background to create scanlines.
Here's my stylesheet:
body{
background-image: linear-gradient(red, yellow);
background-size: cover;
width: 50%;
padding-left: 25%;
}