Bug Report
Problematic behavior
Similarly, the "more options" button is not visible as it is hidden from assistive technologies. The user cannot access it using the keyboard.
Expected behavior/code
A clear and concise description of what you expected to happen (or code).
** Possible solution **
- Remove the
aria-hidden="true" attribute
- Add an accessible name to the button
aria-label="More options"
