Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
FaberVitale committed Jun 14, 2018
1 parent 5047cdb commit 5627753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const classes = withStyles(theme => ({
justifyContent: "space-between",
alignItems: "center",
flexFlow: "row nowrap",
/* patch ie11 bug with flexbox and minHeight, see issue#6 */
height: APPBAR_MIN_HEIGHT - 5,
minHeight: APPBAR_MIN_HEIGHT,
border: 0,
backgroundColor: theme.palette.background.paper,
Expand Down

0 comments on commit 5627753

Please sign in to comment.