From 327e3846432faf682c98663c6d4316af6ce6a1d7 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 16 Oct 2017 16:05:16 +0200 Subject: [PATCH] min-height: 0 --- sass/_library/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_library/_base.scss b/sass/_library/_base.scss index 56309ae..aaf7d3e 100644 --- a/sass/_library/_base.scss +++ b/sass/_library/_base.scss @@ -11,6 +11,7 @@ html { box-sizing: inherit; /* avoid min-width: auto on flex and grid children */ min-width: 0; + // min-height: 0; } html {