Skip to content

Commit

Permalink
zIndex only has an effect if an element is positioned
Browse files Browse the repository at this point in the history
  • Loading branch information
alldne committed Aug 21, 2015
1 parent 4c38959 commit aeeede9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ let AppBar = React.createClass({
let flatButtonSize = 36;
let styles = {
root: {
position: 'relative',
zIndex: 5,
width: '100%',
display: '-webkit-box; display: -webkit-flex; display: flex',
Expand Down

0 comments on commit aeeede9

Please sign in to comment.