fixed scroll issue

d11eb2f7491d… · Ryan Schanzenbacher ·

parent e109a51b9fd1… diff

Changed files

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 }}