weird white gap on the bottom while scrolling down mobile

Hi! So I was wrapping up this screen when I started testing it on mobile. As you can see, when sliding down, this weird white gap appears as long as I hold on to the slide. When letting it go, it goes back to normal. This is how I have implemented the background:

body {
  background: linear-gradient(to bottom right, #12384c 0%, #161c24 60%);
  background-attachment: fixed;
}
Screenshot_11.png
Screenshot_10.png
Screenshot_9.png
Was this page helpful?