You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
qwesmayn
changed the title
Проблема с автоматическим отлючением скролла при открытом SelectMenu, где данную настройку нельзя менять
Problem with automatic disabling of scroll when SelectMenu is open, where this setting cannot be changed
Dec 6, 2024
qwesmayn
changed the title
Problem with automatic disabling of scroll when SelectMenu is open, where this setting cannot be changed
Problem with automatic disabling body scrolling when Select is open, where this setting cannot be changed. shadcn ui
Dec 7, 2024
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.
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
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.
The text was updated successfully, but these errors were encountered: