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%; }