From 86e4ea4cb0eea915e968dbdb9778bff2de5daf0c Mon Sep 17 00:00:00 2001 From: Min Kwon <38124811+kminito@users.noreply.github.com> Date: Wed, 6 Jun 2018 03:53:33 +0900 Subject: [PATCH] flexbox bug fix (footer overlapping) (#248) Merge pull request 248 --- _sass/minima/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss index c69af11..d66ebc7 100644 --- a/_sass/minima/_layout.scss +++ b/_sass/minima/_layout.scss @@ -177,7 +177,7 @@ */ .page-content { padding: $spacing-unit 0; - flex: 1; + flex: 1 0 auto; } .page-heading {