snowfall scroll issue fixed
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.snowflake {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
background-color: white;
|
||||
/* background-color: rgba(255, 255, 255, 0.8); */
|
||||
border-radius: 50%;
|
||||
|
@ -1,5 +1,5 @@
|
||||
.snowflake {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 50%;
|
||||
pointer-events: none;
|
||||
|
Reference in New Issue
Block a user