diff --git a/src/pages/index.astro b/src/pages/index.astro index 02fab58..c7ba3c7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -674,7 +674,7 @@ try { max-width: 50rem; max-height: 30rem; padding-block: 3rem; - overflow-y: scroll; + overflow-y: auto; margin-inline: 1rem; background-color: rgb(from var(--color-bg-0) r g b / .3); border-radius: 2rem;