Skip to content

Commit

Permalink
fix footer position in ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Feb 11, 2019
1 parent 0d34fc1 commit ba4d045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/scss/components/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
display: flex;
min-height: 100vh;
flex-direction: column;

.wrapper {
flex: 1;
flex: 1 0 0;
}
}
}

0 comments on commit ba4d045

Please sign in to comment.