Scrollable RadioGroup inside Popover causing scroll jump on body #8798
-
Hi all, I'm trying to add a bunch of RadioGroup components inside my Popover. I've wrapped my component in a div with max-height and overflow properties set. I notice that when I scroll and click the last item in my RadioGroup with limited viewport, it causes my page's body to scroll jump. I believe React aria is unable to understand whether the Radio is in view or not and tries to bring it to view. I see that there is a scrollRef prop available for Popover component in I wonder if anyone had any success in doing this. I appreciate any help and suggestions. Thanks! Attaching my code sandbox and a video demonstrating the issue. Screen.Recording.2025-08-29.at.5.06.54.PM.mov |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe touring running into this. #7728 (comment) Can you try the suggestions there/in some of the linked issues? |
Beta Was this translation helpful? Give feedback.
I believe touring running into this. #7728 (comment)
Can you try the suggestions there/in some of the linked issues?