body-scroll-lock
body-scroll-lock copied to clipboard
Still able to scroll
I've tried this on Codepen and a simple page seems to work fine.
When I add it to my website, the script runs and the overflow style is applied to the body, but, I'm still able to scroll up and down the page? (Win 10 Chrome v97.0.4692.99)
Happy to provide a link privately.
yup same here.
@Staples1010 @zackees did you find a solution for this?
@nicoladj77 Sadly no :(
Try to add in your CSS:
body, html { height: 100%; }
And also it will be better to share the example.
Try it with this package. If it doesn't work, describe the problem in detail and I'll fix it
npm i body-scroll-lock-upgrade