Skip to content

Commit

Permalink
Fixes safari height and Chrome editor width (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj authored Sep 2, 2020
1 parent 90af453 commit 525d3cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 525d3cb

Please sign in to comment.