Fix z-index failure caused by Notifications being below SideNav in DOM
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>pull/1584/head
parent
5853abc8e7
commit
63cbd09af0
|
@ -24,8 +24,8 @@ const App = React.createClass({
|
|||
render() {
|
||||
return (
|
||||
<div className="chronograf-root">
|
||||
<SideNav />
|
||||
<Notifications />
|
||||
<SideNav />
|
||||
{this.props.children &&
|
||||
React.cloneElement(this.props.children, {
|
||||
addFlashMessage: this.handleAddFlashMessage,
|
||||
|
|
Loading…
Reference in New Issue