radix-ui/primitives

Problem with automatic disabling body scrolling when Select is open, where this setting cannot be changed. shadcn ui

Opened this issue · 5 comments

I've run into a problem where I can't remove the automatic scroll lock when opening a menu. The documentation didn't say anything about this thing and its setting. I tried for a couple of days at least some option to disable the scroll lock and the only option was to remove the use. In the end I had to get into the root of the radix library and disable its use. Please make it possible to disable this function through props or any other implementation. Maybe I'm wrong and there is an add-on, hint if it really exists.

I'm talking about Select here

Running into the same issue. Many components from Radix disable scrolling or set pointer-events none on body, and sometimes it gets stuck. This whole thing makes Radix pretty non-viable for me, and it would all be solved with a simple option to disable all this scroll locking and pointer-events none stuff.

Also running into this issue here. does anybody have a temporary solution to enable scrolling on the body when the select content is open?

Running into the same issue. Many components from Radix disable scrolling or set pointer-events none on body, and sometimes it gets stuck. This whole thing makes Radix pretty non-viable for me, and it would all be solved with a simple option to disable all this scroll locking and pointer-events none stuff.

How can you fix it, the same issues with pointer-events none too

same issues with this problem