Credit source for variable-height sticky footers [ci skip]

This commit is contained in:
squidfunk 2016-12-26 14:34:17 +01:00
parent 5000e3ee8d
commit 72cfa5b7bc

View File

@ -78,8 +78,8 @@ hr {
overflow: auto; overflow: auto;
} }
// Content wrapper - use display: table for to make variable-sized sticky // Content wrapper - use display: table to make variable-height sticky footers
// footers work and fixed table-layout for IE // work and fixed table-layout for IE, taken from http://bit.ly/2hZohXL
.md-container { .md-container {
display: table; display: table;
width: 100%; width: 100%;