From a1f15da39fea80e0c59e07ca6cb9327fd5915277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Thu, 20 Oct 2016 10:48:09 -0200 Subject: [PATCH] global config for header padding --- src/components/EntryEditor/EntryEditor.css | 2 +- src/index.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/EntryEditor/EntryEditor.css b/src/components/EntryEditor/EntryEditor.css index f4f76f63..bb047a7e 100644 --- a/src/components/EntryEditor/EntryEditor.css +++ b/src/components/EntryEditor/EntryEditor.css @@ -5,7 +5,7 @@ .root { position: absolute; - top: 64px; + top: 0; bottom: 0; display: flex; flex-direction: column; diff --git a/src/index.css b/src/index.css index 69aac2cf..1102c621 100644 --- a/src/index.css +++ b/src/index.css @@ -20,6 +20,11 @@ body { margin: 0; } +:global #root { + padding-top: 64px; +} + + :global #root, :global #root > * { height: 100%; }