I am experiencing an issue with the code below where it is creating the desired background but duplicating it twice down the page. Can someone explain why this is happening and how can it be prevented? The testing environment I am using is Google Chrome.
body {
border-top-left-radius: 200px;
border: 20px solid black;
background: radial-gradient(at top left, lightgreen, blue);
}