Skip to content

Commit

Permalink
Set pre elements to overflow: visible
Browse files Browse the repository at this point in the history
Some sites set them to auto, which messes up our cursor (and probably more)
  • Loading branch information
marijnh committed Oct 4, 2012
1 parent 525f15c commit 5250736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codemirror.css
Expand Up @@ -80,6 +80,7 @@
word-wrap: normal;
line-height: inherit;
color: inherit;
overflow: visible;
}

.CodeMirror-wrap pre {
Expand Down

0 comments on commit 5250736

Please sign in to comment.