bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
12.65k stars 1.61k forks source link

Fix Tab Order on Homepage #6492

Open RichardNesbitt opened 1 week ago

RichardNesbitt commented 1 week ago

In response to - Accessibility bug: nearly impossible to login or sign up using a keyboard from the homepage #6369

Reordered elements in createNativeStackNavigatorWithAuth.tsx and added z-index: 1 to the LeftNav and RightNav elements.

RichardNesbitt commented 1 week ago

This will also address Accessibility bug: Cannot reach the menu on the left or right unless I remove all feeds #6370