G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
fixed scroll issue
d11eb2f7491d…
· Ryan Schanzenbacher ·
2025-06-17 08:17
parent e109a51b9fd1…
diff
Changed files
File
Changes
themes/hugo-coder/layouts/_default/baseof.html
+0
−4
raw
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;
- }
-
</style>
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}