From 08507a549153e1489691097d2fc0c0a0a26faa0d Mon Sep 17 00:00:00 2001 From: "Jonathan (JB) Belcher" Date: Wed, 2 Sep 2020 12:46:39 -0400 Subject: [PATCH] Fixes safari height and Chrome editor width --- scss/theme.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/theme.scss b/scss/theme.scss index 0e5a71e19..1479015fa 100644 --- a/scss/theme.scss +++ b/scss/theme.scss @@ -91,8 +91,12 @@ /* Safari requires that it be displayed absolute so that it takes the full height */ -.react-monaco-editor-container { +.note-content-editor-shell { + height: 100%; + left: 0; position: absolute; + top: 0; + width: 100%; } .note-detail-textarea .note-content-editor-shell.cursor-pointer div {