This commit is contained in:
MLH
2025-01-13 01:38:50 +01:00
parent 9ecca17c41
commit 9b2cd1c9d9
4 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.snowfall-container {
position: fixed;
width: 100%;
height: 100vh;
background: transparent;
overflow: hidden;
pointer-events: none;
}
#snowfallCanvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}