Charles Kornoelje

Results 127 comments of Charles Kornoelje

To enable scrolling of target elements on iOS, you need to enable it in options. ```tsx disableBodyScroll(currentReference, { allowTouchMove: () => true }); ```

@bradleykhan, yeah you're right. This package is a little buggy and it appears to be no longer maintained. My team is looking for a better solution but this is the...

@diachedelic, hi! Yeah, we initially tried that too but ran into issues when trying to use multiple locks. Didn't try too long. Seemed to work better than this package in...

Hey @michaelshum, I think allowing custom styles to override would be a great idea. Would you be willing to make a PR? Thank you!

Hey @c0ncentus, Thanks for the great suggestion! And thank you for using the package for a long time. To clarify, would you like a component with a counter and selector...

Thanks for the quick response! I like the `` as a parent so that we can use Context. The `` can be a provider. I'll come up with an API...

Hey @c0ncentus, I like the simple API example you provided. I haven't had time yet to work on it so I can't guarantee when it will be released. You are...

I agree. Want to make a PR? I'm a little busy this week so it would be a bit until I can add this.

Thanks! I appreciate it.

@justemoilouise, which selectors would you like this to apply to? All of them? Also, are you actively working on this? If yes, I can assign you to this issue. Thanks