Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

adamkudrna
Copy link
Member

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

Zaznam.obrazovky.2024-02-28.v.22.41.35.mov

Closes #499.

@adamkudrna adamkudrna self-assigned this Feb 28, 2024
@github-actions github-actions bot added the bug Something isn't working label Feb 28, 2024
…ring keyboard navigation #499

Use the `clip` value for `overflow` to prevent the content from unwanted
scrolling on the cross axis during keyboard navigation.
@adamkudrna adamkudrna force-pushed the bugfix/tabs-scrolling-on-focus branch from 554c749 to 44a19f6 Compare February 28, 2024 21:50
@adamkudrna adamkudrna merged commit 3305eec into master Mar 6, 2024
10 of 11 checks passed
@adamkudrna adamkudrna deleted the bugfix/tabs-scrolling-on-focus branch March 6, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Tabs in focus state in Chrome
3 participants