sakura
sakura copied to clipboard
the petal area makes unnecessary scroll area.
even the sample page shows us it makes scroll area, which even unstable. it need to be fixed.
Changing the css value to
.sakura {
pointer-events: none;
position: fixed; }
can fix it