Skip to content

Commit

Permalink
work around IE6 bug
Browse files Browse the repository at this point in the history
overflow: auto somehow only works properly for position: relative
elements
  • Loading branch information
marijnh committed Feb 22, 2011
1 parent d787a23 commit 2068d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
height: 300px;
line-height: 1em;
font-family: monospace;
_position: relative; /* IE6 hack */
}

.CodeMirror-gutter {
Expand Down

0 comments on commit 2068d0b

Please sign in to comment.