Spacebar Scroll Down Fix in Firefox
Created by: lmelende20
Regarding issue #16728 - Space bar scroll down doesn't work as expected in Firefox
I came up with this solution by comparing it to the scrollable sidebar on the same page. The biggest difference between the two sections was the use of tabIndex on the left sidebar, whereas the BlobPage section did not use it. I added the tabIndex attribute in the Blob.tsx file. I'm not sure if this will affect other files where the Blob component is used, so I am open to suggestions and better strategies.
Test plan
Verified it worked locally on Firefox browser.
App preview:
Check out the client app preview documentation to learn more.