mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +02:00
fix some stuff
This commit is contained in:
parent
0936decd2b
commit
75cf355820
8 changed files with 149 additions and 15 deletions
|
@ -5,6 +5,7 @@ snowContainer.style.left = "0";
|
|||
snowContainer.style.width = "100vw";
|
||||
snowContainer.style.height = "100vh";
|
||||
snowContainer.style.pointerEvents = "none";
|
||||
snowContainer.id = "deco";
|
||||
document.body.appendChild(snowContainer);
|
||||
|
||||
const maxSnowflakes = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue