From 525d3cbccb48b591824319a2d7ca28556a139858 Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Wed, 2 Sep 2020 12:50:22 -0400 Subject: [PATCH] Fixes safari height and Chrome editor width (#2321) --- 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 {