Skip to content

Commit

Permalink
Fixes the editor height in Safari (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj authored Sep 2, 2020
1 parent a72aa58 commit 90af453
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
display: none !important;
}

/* Safari requires that it be displayed absolute so that it takes the full height
*/
.react-monaco-editor-container {
position: absolute;
}

.note-detail-textarea .note-content-editor-shell.cursor-pointer div {
cursor: pointer;
}
Expand Down

0 comments on commit 90af453

Please sign in to comment.