We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b160f90 commit 970b3a3Copy full SHA for 970b3a3
src/components/app.header.jsx
@@ -14,7 +14,7 @@ import { toggleLeftNav } from '../containers/navigation/navigation-bar.actions';
14
15
const AppHeaderComponent = ({ user, onToggleLeftNav, leftNavOpen, onAvatarClick }) => (
16
<AppBar
17
- style={{ position: 'fixed' }}
+ style={{ position: 'fixed', left: 0 }}
18
title={renderTitle(user)}
19
iconElementLeft={<LeftIcon leftNavOpen={leftNavOpen} onToggleLeftNav={onToggleLeftNav} />}
20
iconElementRight={<RightMenu user={user.account} isFetching={user.isFetching} onAvatarClick={onAvatarClick} />} />
0 commit comments