willmcpo / body-scroll-lock

Body scroll locking that just works with everything 😏
MIT License
4.04k stars 339 forks source link

Don't know how to add the options. Specially the reserveScrollBarGap. Where are the default options? #213

Closed musicjunk closed 3 years ago

musicjunk commented 3 years ago

Hi, I tried to set the options for the reserveScrollBarGap. I don't know how to do it. In all demos there are no options set and I can't find the default option set. Where can I find it? Is there any demo with options or the reserveScrollBarGap?

diachedelic commented 3 years ago

The second argument passed to disableBodyScroll may be an object containing the options, see https://github.com/willmcpo/body-scroll-lock#functions

musicjunk commented 3 years ago

Hello diachedelic, thank you for answering. But I've kown the site https://github.com/willmcpo/body-scroll-lock#functions already. Everything I tried doesn't work. Well, I ask for a working example. So please don't think you know what's on my mind. I've never closed a answer of anybody, because I don't know if it is realy answered or if the questioner understood the answer indeed. So it will be cool if there is an example with options and especialy with reserveScrollBarGap.

diachedelic commented 3 years ago

There is an example, here: https://github.com/willmcpo/body-scroll-lock#reservescrollbargap

Perhaps it is not working how you expect?