lenis
Installation
SKILL.md
Lenis Smooth Scroll Best Practices
Apply when implementing Lenis smooth scrolling.
Documentation: https://lenis.darkroom.engineering/
Required CSS
Always include this CSS for proper functionality:
html.lenis, html.lenis body {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}