From f4a6929d17a1fc3f2b2d32545ffda86654b91f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Tue, 13 Sep 2016 15:10:56 -0300 Subject: [PATCH] minor css adjustments --- src/components/EntryEditor.css | 1 + src/components/PreviewPane.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/EntryEditor.css b/src/components/EntryEditor.css index 03c128bd..9cacb875 100644 --- a/src/components/EntryEditor.css +++ b/src/components/EntryEditor.css @@ -12,6 +12,7 @@ height: 45px; border-top: 1px solid #e8eae8; padding: 10px 20px; + z-index: 10; } .controlPane { width: 50%; diff --git a/src/components/PreviewPane.css b/src/components/PreviewPane.css index 6bf62a0a..af8c2001 100644 --- a/src/components/PreviewPane.css +++ b/src/components/PreviewPane.css @@ -1,6 +1,6 @@ .frame { width: 100%; - height: 100%; + height: 100vh; border: none; background: #fff; }