Skip to content

Commit

Permalink
fix(ui): allow mouse cursor inside Script Editor for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 committed Apr 9, 2020
1 parent 5fe5da4 commit 615b1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/shared/components/FluxMonacoEditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// the specificity here is important to override the dynamic
// base theme that monaco loads in at runtime
.react-monaco-editor-container > .monaco-editor {
-webkit-user-select: text;
font-family: $cf-code-font;
font-weight: 500;
font-size: 13px;
Expand Down

0 comments on commit 615b1f4

Please sign in to comment.