react-ui-org / react-ui

React UI is a themeable and performant UI library for React apps.
https://react-ui.io
MIT License
21 stars 7 forks source link

Prevent `Tabs` and `ScrollView` from unwanted cross-axis scrolling during keyboard navigation #499 #527

Closed adamkudrna closed 8 months ago

adamkudrna commented 9 months ago

Use the clip value for overflow to prevent the content from unwanted scrolling on the cross axis during keyboard navigation.

https://github.com/react-ui-org/react-ui/assets/5614085/bd81a4c0-53b1-4196-ad8d-fa97512abeb8

Closes #499.