From ea6a802db518f76af784669f06053bf1a20e9853 Mon Sep 17 00:00:00 2001 From: CodeDevMLH Date: Mon, 13 Jan 2025 00:06:33 +0100 Subject: [PATCH] fix scroll issue --- snowstorm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowstorm.css b/snowstorm.css index a2057cb..56b98f7 100644 --- a/snowstorm.css +++ b/snowstorm.css @@ -1,5 +1,5 @@ .snowflake { - position: absolute; + position: fixed; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; pointer-events: none;