Skip to content

Commit

Permalink
Set dim mode: none for dock
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 11, 2017
1 parent 9339346 commit 94b0cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DevToolsDock extends React.Component {
<Dock
zIndex={500} // Must be less than material-ui z-index
position="right"
dimMode="transparent"
dimMode="none"
size={this.state.size}
isVisible
onSizeChange={this.handleSizeChange}
Expand Down

0 comments on commit 94b0cc6

Please sign in to comment.