Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
More intuitive editor cursor when clicking below the current line/edi…
Browse files Browse the repository at this point in the history
…table area
  • Loading branch information
JohnONolan committed Jun 5, 2017
1 parent 43a1811 commit 983a3aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/layouts/editor.css
Expand Up @@ -321,6 +321,10 @@
overflow: visible !important;
}

.gh-editor .CodeMirror-scroll:hover {
cursor: text;
}

/* prevent markdown content showing after the preview if the preview is shorter */
.gh-editor-preview .CodeMirror-scroll {
display: none;
Expand Down

0 comments on commit 983a3aa

Please sign in to comment.