From 9a9cf9b11491fffa4ab95e8bda01789d9f26cf56 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 22 May 2018 11:45:26 -0700 Subject: [PATCH] Ensure that page container fills screen when no header is present --- ui/src/style/layout/page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/layout/page.scss b/ui/src/style/layout/page.scss index ccef658ce..257ce4c59 100644 --- a/ui/src/style/layout/page.scss +++ b/ui/src/style/layout/page.scss @@ -30,7 +30,7 @@ $dash-ceo-z: $dygraph-legend-z + 10; &:only-child { top: 0; - height: 100%; + height: 100% !important; } } .page-contents--split {