Replies: 2 comments
-
|
please share a reproduction link @pulpmint |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
NM: Found the issue. There was something wrong with the way I was importing the component (where I was initialising Lenis) at the page level. Closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to pause scrolling when a pop-up / menu component is toggled by using
stop()but it is not working.I can see that the class
lenis-stoppedis added to the<html>tag but whenever I'm scrolling,lenis-scrollingis also getting added & I'm still able to scroll.I've also added the styes in the
global.cssmentioned in the document & I also tried markingoverflow: hiddenas!importantbut it did not work.Beta Was this translation helpful? Give feedback.
All reactions