From 681a8fb9353572e63953f62b516a991fe5dc97a9 Mon Sep 17 00:00:00 2001 From: Robert Messerle Date: Tue, 24 Nov 2015 10:26:10 -0800 Subject: [PATCH] Reverts body to have `height: 100%` again --- src/core/style/structure.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/style/structure.scss b/src/core/style/structure.scss index c2f8d65ca4d..9c9d3a881c3 100644 --- a/src/core/style/structure.scss +++ b/src/core/style/structure.scss @@ -1,5 +1,5 @@ html, body { - min-height: 100%; + height: 100%; color: rgba(0,0,0,0.87); background: white; position: relative;