From a7b706ec2cf11050ed7595ea42f0d5ca7724fdb9 Mon Sep 17 00:00:00 2001 From: Amarjeet Chaudhary Date: Thu, 1 Aug 2024 23:38:41 +0530 Subject: [PATCH] Update style.css --- style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/style.css b/style.css index 21bba0f..084d64f 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,24 @@ +html.lenis, +html.lenis body { + height: auto; +} + +.lenis.lenis-smooth { + scroll-behavior: auto !important; +} + +.lenis.lenis-smooth [data-lenis-prevent] { + overscroll-behavior: contain; +} + +.lenis.lenis-stopped { + overflow: hidden; +} + +.lenis.lenis-smooth iframe { + pointer-events: none; +} + @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); * {