Sidebar not scrolling in Astro starlight docs #213
-
Beta Was this translation helpful? Give feedback.
Answered by
mearashadowfax
Sep 26, 2024
Replies: 1 comment 1 reply
-
Hi @temiye18! I checked, and the issue is due to the Lenis smooth scroll library. You can disable it by removing the following code: <script>
import "@scripts/lenisSmoothScroll.js";
</script> from |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
temiye18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @temiye18! I checked, and the issue is due to the Lenis smooth scroll library. You can disable it by removing the following code:
from
src/components/ui/starlight/Head.astro
.