Skip to content

Commit

Permalink
Merge pull request #23 from pertrai1/body-height
Browse files Browse the repository at this point in the history
full height of the app container
  • Loading branch information
DaleMcGrew committed Feb 13, 2016
2 parents 5deed1a + 2710096 commit 5372a21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sass/base/_base.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
body, html {
height: 100%;
min-height: 100%;
}

html {
box-sizing: border-box;
}
Expand Down

0 comments on commit 5372a21

Please sign in to comment.