From 055222c310d8a70ec19feb9263774efb398f3f8e Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Tue, 4 Apr 2017 16:53:44 +0300 Subject: [PATCH] make notes editor autoscroll --- app/components/SimpleEditor/miniEditor/miniEditor.js | 1 - app/components/SimpleEditor/miniEditor/miniEditor.scss | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/SimpleEditor/miniEditor/miniEditor.js b/app/components/SimpleEditor/miniEditor/miniEditor.js index 68a77bc..71c27c9 100644 --- a/app/components/SimpleEditor/miniEditor/miniEditor.js +++ b/app/components/SimpleEditor/miniEditor/miniEditor.js @@ -5,7 +5,6 @@ import { import ContainerEditor from '../ContainerEditor' - class MiniEditor extends ProseEditor { render ($$) { const el = $$('div').addClass('sc-mini-editor') diff --git a/app/components/SimpleEditor/miniEditor/miniEditor.scss b/app/components/SimpleEditor/miniEditor/miniEditor.scss index bf25080..9c1c8aa 100644 --- a/app/components/SimpleEditor/miniEditor/miniEditor.scss +++ b/app/components/SimpleEditor/miniEditor/miniEditor.scss @@ -14,13 +14,15 @@ $background: #fff; .se-scrollable { margin-top: 0; - min-height: 500px; + min-height: 700px; + background: $background; .se-content { background: $background; line-height: 20px; margin: 0; min-height: 110px; + box-shadow: none; .sc-container-editor { padding: 0; -- GitLab