noeldelgado / gemini-scrollbar

:first_quarter_moon: Custom overlay-scrollbars with native scrolling mechanism for web applications
https://noeldelgado.github.io/gemini-scrollbar/
MIT License
429 stars 63 forks source link

Prevent losing keyboard focus in object #53

Closed abstracthat closed 7 years ago

abstracthat commented 7 years ago

Adding tabindex="-1" to the object element prevents keyboard users from losing focus when trying to exit the scrollbar node.

noeldelgado commented 7 years ago

thanks @abstracthat!