From 7faf643017d4864993c512aa3cd6eaa058b9e211 Mon Sep 17 00:00:00 2001 From: George Drummond Date: Wed, 20 Feb 2019 14:37:16 -0500 Subject: [PATCH] Remove #app-root height 100% --- styles/components/_global_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/_global_layout.scss b/styles/components/_global_layout.scss index 68e2311d..a85c1126 100644 --- a/styles/components/_global_layout.scss +++ b/styles/components/_global_layout.scss @@ -1,4 +1,4 @@ -html, body, #app-root { +html, body { height: 100%; }