From d11eb2f7491d32cc1bd8f112fd4a6ca8098a6f91 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 17 Jun 2025 08:17:55 -0400 Subject: fixed scroll issue --- themes/hugo-coder/layouts/_default/baseof.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'themes') diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index 2084145..79b26a0 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html @@ -34,10 +34,6 @@ animation: snow var(--s) linear var(--d) infinite; } - body { - overflow: hidden; - } - {{ with .Site.Params.author }}{{ end }} -- cgit v1.2.3