diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-06-17 08:17:55 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-06-17 08:17:55 -0400 |
commit | d11eb2f7491d32cc1bd8f112fd4a6ca8098a6f91 (patch) | |
tree | 2c290f7bef973fa5253adf7376814194215b9f7c /themes | |
parent | e109a51b9fd1837d67a2b4eef35af052219e4ace (diff) |
fixed scroll issue
Diffstat (limited to 'themes')
-rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ | |||
34 | animation: snow var(--s) linear var(--d) infinite; | 34 | animation: snow var(--s) linear var(--d) infinite; |
35 | } | 35 | } |
36 | 36 | ||
37 | body { | ||
38 | overflow: hidden; | ||
39 | } | ||
40 | |||
41 | </style> | 37 | </style> |
42 | 38 | ||
43 | {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} | 39 | {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} |