cahilfoley/react-snowfall

Error when scrolling down on phone

Closed this issue · 2 comments

image

The snow-covered zone seems to be cut off by the first rendered position.

Next.JS 12.0.9
React Snowfall 1.1.2

@pozitp ,

<Snowfall
  style={{
    position: 'fixed',
    width: '100vw',
    height: '100vh'
  }}
/>

Could you add style like this?
It works to me

Thanks @spearkkk, this is referenced in the positioning section of the README