I set a gradient background color for all web page background using a gradient generator.
But there are white vertical lines on gradient transitions. How is it fixed?
body {
background: linear-gradient(90deg, rgba(15, 15, 15, 1) 0%, rgba(22, 22, 22, 1) 51%, rgba(29, 29, 29, 1) 100%);
}
<body>
</body>
