snowfall scroll issue fixed

This commit is contained in:
MLH
2025-01-13 00:05:01 +01:00
parent 68d1572cd3
commit 05b0a748de
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.snowflake {
position: absolute;
position: fixed;
background-color: white;
/* background-color: rgba(255, 255, 255, 0.8); */
border-radius: 50%;

View File

@ -1,5 +1,5 @@
.snowflake {
position: absolute;
position: fixed;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 50%;
pointer-events: none;