Compare

9f64ddef1f4b796e452774e4f5c944d68f1ffb6d .. 44a3d939c8ace16144f1d9e7b910892a01d7fd7f · 1 commits

Changed files

Commits

HashSubjectAuthorDate
44a3d939 fix snow positioning on scroll Ryan Schanzenbacher
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index 3e0f4cd..f981b50 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -29,7 +29,7 @@
height: 5px;
border-radius: 50%;
background-color: white;
- position: absolute;
+ position: fixed;
transform: translate(var(--x), var(--y));
animation: snow var(--s) linear var(--d) infinite;
}