Skip to content

Commit

Permalink
Increase toast z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
lbebber committed Dec 13, 2018
1 parent 0b16d28 commit 122bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/Toast/ToastManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class ToastManager extends Component {

return (
<div
className="fixed z-5 overflow-hidden"
className="fixed z-max overflow-hidden"
ref={this.container}
style={{
pointerEvents: 'none',
Expand Down

0 comments on commit 122bf1a

Please sign in to comment.