feat: enhance autumn and snowflakes styles with fixed positioning and full coverage

This commit is contained in:
CodeDevMLH
2025-12-18 00:21:30 +01:00
parent f4a7c3f2e5
commit 7216588fef
6 changed files with 14 additions and 4 deletions

View File

@@ -1,8 +1,13 @@
.snowflakes {
display: block;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
overflow: hidden;
}
.snowflake {