Skip to content
Snippets Groups Projects
Commit 15d910af authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Set pre elements to overflow: visible

Some sites set them to auto, which messes up our cursor (and probably more)
parent e4f37932
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment