Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
remove unnecessary role from overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
markusenglund committed Aug 6, 2018
1 parent 2ef8c86 commit 5284275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sidebar.js
Expand Up @@ -361,13 +361,14 @@ class Sidebar extends Component {
>
{this.props.sidebar}
</div>
{/* eslint-disable */}
<div
className={this.props.overlayClassName}
style={overlayStyle}
role="presentation"
onClick={this.overlayClicked}
id={this.props.overlayId}
/>
{/* eslint-enable */}
<div
className={this.props.contentClassName}
style={contentStyle}
Expand Down

0 comments on commit 5284275

Please sign in to comment.