Compare

e109a51b9fd1837d67a2b4eef35af052219e4ace .. d11eb2f7491d32cc1bd8f112fd4a6ca8098a6f91 · 1 commits

Changed files

Commits

HashSubjectAuthorDate
d11eb2f7 fixed scroll issue Ryan Schanzenbacher
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 }}