I would like to use react-tsparticles as a background, and I want it to scroll up as I scroll down. I have found this, but this isn't exactly what I'm looking for since I want it to extend to the bottom of the page. I have tried adjusting the height of the canvas and div, but I feel like that's inefficient since it has to load particles for the whole site instead of what's being viewed. I have also tried adjusting the height of the canvas to the bottom of the page, but keeping the div to the window, but that doesn't scroll at all.