/* 
Navigation

    Home
    About
    Works
    Contact

    Facebook
    Linkedin
    Accessibility Statement

Elevate Your Website’s Scroll Experience with Lenis: A Step-by-Step Guide for WordPress Integration
Elevate Your Website’s Scroll Experience with Lenis: A Step-by-Step Guide for WordPress Integration

Adding Lenis library to a WordPress website involves a few steps. Here’s a guide on how to do it:
Step 1: Accessing the WordPress Dashboard

Login to your WordPress admin dashboard.
Step 2: Adding CSS Code

In the dashboard, go to “Appearance” and then click on “Theme Editor.”
Locate your theme’s stylesheet file (usually named style.css).
Insert your CSS code at the end of the file. Make sure you are within the appropriate HTML and CSS tags. */

/**
Lenis
*/
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}