Overflow scroll on popup is not working #242
-
Hi guys, I use lenis smooth scrolling on my Webflow website. On my website I have a popup which opens after clicking on a button. The popup is bigger than the viewport, so you need to be able to scroll. But when I open the pop up I'm not able to scroll in the pop up. Any ideas how to fix this? The website page I'm talking about is: https://tcxa.webflow.io/contact The pop up opens after you click on the button "start a project" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
you need add data attribute data-lenis-prevent to block-wrapper of your popup |
Beta Was this translation helpful? Give feedback.
you need add data attribute data-lenis-prevent to block-wrapper of your popup
example
<div class="some-class" data-lenis-prevent></div>