From 93f3375c55d5f776cfe4914653c6581b74d3548f Mon Sep 17 00:00:00 2001 From: josdejong Date: Wed, 13 May 2020 20:44:03 +0200 Subject: [PATCH] Fix bottom padding --- src/JSONEditor.scss | 4 ++++ src/JSONEditor.svelte | 1 + 2 files changed, 5 insertions(+) diff --git a/src/JSONEditor.scss b/src/JSONEditor.scss index fc31b39..33d0b77 100644 --- a/src/JSONEditor.scss +++ b/src/JSONEditor.scss @@ -27,5 +27,9 @@ .contents { flex: 1; overflow: auto; + + .bottom { + height: $input-padding; + } } } \ No newline at end of file diff --git a/src/JSONEditor.svelte b/src/JSONEditor.svelte index b993a6b..5a4468d 100644 --- a/src/JSONEditor.svelte +++ b/src/JSONEditor.svelte @@ -66,6 +66,7 @@ onChange={handleChange} getParentPath={getPath} /> +