matrix-react-sdk
3bff5c55 - Remove extraneous tab stop from room tree view.

Commit
5 years ago
Remove extraneous tab stop from room tree view. This was introduced some time ago when the room list became scrollable. Divs with overflow:scroll; become focusable for the keyboard in Firefox, but since we have keyboard handling for the whole compound widget, we don't need that tab stop on the tree view container div. Putting tabindex="-1" on it fixes it. Signed-off-by: Marco Zehe <marcozehe@mailbox.org>
Author
Parents
Loading