From 72cfa5b7bc7d9bd6bc928f000391e0dfefad9083 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 26 Dec 2016 14:34:17 +0100 Subject: [PATCH] Credit source for variable-height sticky footers [ci skip] --- src/assets/stylesheets/layout/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/stylesheets/layout/_base.scss b/src/assets/stylesheets/layout/_base.scss index 1d2957502..933908a15 100644 --- a/src/assets/stylesheets/layout/_base.scss +++ b/src/assets/stylesheets/layout/_base.scss @@ -78,8 +78,8 @@ hr { overflow: auto; } -// Content wrapper - use display: table for to make variable-sized sticky -// footers work and fixed table-layout for IE +// Content wrapper - use display: table to make variable-height sticky footers +// work and fixed table-layout for IE, taken from http://bit.ly/2hZohXL .md-container { display: table; width: 100%;