From 45e232ef62bfa0b83b7cc7de20cc78cbbf77df77 Mon Sep 17 00:00:00 2001 From: Matt Toback Date: Tue, 16 Feb 2016 16:32:09 -0500 Subject: [PATCH] Added a calc to make the page height 100%. Well supported, verified on caniuse --- public/sass/layout/_page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/layout/_page.scss b/public/sass/layout/_page.scss index 40969799141..40e8cc71ec7 100644 --- a/public/sass/layout/_page.scss +++ b/public/sass/layout/_page.scss @@ -28,7 +28,7 @@ padding: ($spacer * 2) ($spacer * 4); max-width: 1060px; margin-left: 0; - //min-height: 100%; + min-height: calc(100% - 54px); padding-bottom: $spacer * 5; }