diff --git a/src/components/WrapperPost.astro b/src/components/WrapperPost.astro index ecadf4a..0c3f6de 100644 --- a/src/components/WrapperPost.astro +++ b/src/components/WrapperPost.astro @@ -89,63 +89,3 @@ if (config.social?.mastodon) { ) } - - diff --git a/src/styles/main.css b/src/styles/main.css index 57ce1d2..0c2bc8a 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -8,6 +8,7 @@ html { background-color: var(--c-bg); overflow-x: hidden; overflow-y: scroll; + scroll-behavior: smooth; } html.dark {