Skip to content

Commit

Permalink
fix(layout-app): use display:block for ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Dec 29, 2017
1 parent b5589d3 commit de40002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/layout-app/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
.mdc-layout-app {
// ie11 workarround
// https://stackoverflow.com/questions/25177791/ie11-flexbox-and-vh-height-units-not-compatible
height: 64px;
display:block;
height: 100%;
}
}

0 comments on commit de40002

Please sign in to comment.