cahilfoley / react-snowfall

A high performance, canvas based react component that creates a snowfall effect
https://cahilfoley.github.io/react-snowfall/
MIT License
389 stars 22 forks source link

Hightlight to add position relative to body tag or div.app container #32

Closed mukhammad-akilov closed 2 years ago

mukhammad-akilov commented 2 years ago

Hello! You did a greate job. But can you hightlight that we should also add position: relative to body tag or div.app container. Without it snow falls only in 100vh of screen, not below if there is scroll content

cahilfoley commented 2 years ago

@mukhammad-akilov Thanks for picking that up, I've added a note to the README about the positioning 😊.