Skip to content

Commit

Permalink
Notifications set tab-index to -1 (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Oct 25, 2024
1 parent b68b048 commit af2e23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/public/src/components/NotificationContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class NotificationContainer extends React.Component<Props, State> {
className="notifications order-2"
id="notifications-container"
ref={this.headingRef}
tabIndex="-1"
>
{Object.keys(userNotifications).map((notificationKey, i) => {
const dismiss = partial(this.onDismiss, [notificationKey])
Expand Down

0 comments on commit af2e23e

Please sign in to comment.