G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
Update major oopsie
d1e0d5bec42b…
· Ryan Schanzenbacher ·
2023-02-09 20:34
parent 9753fe49cd0d…
diff
Changed files
File
Changes
themes/hugo-coder/layouts/_default/baseof.html
+2
−0
raw
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index 55adb94..1929618 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -34,9 +34,11 @@
animation: snow var(--s) linear var(--d) infinite;
}
+ /**
body {
overflow: hidden;
}
+ **/
</style>