Skip to content

Commit

Permalink
fix scrolling with rulers
Browse files Browse the repository at this point in the history
  • Loading branch information
t-makaro authored and marijnh committed Jul 29, 2019
1 parent 97dcada commit 22939a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

.CodeMirror-rulers {
position: absolute;
left: 0; right: 0; top: -50px; bottom: -20px;
left: 0; right: 0; top: -50px; bottom: 0;
overflow: hidden;
}
.CodeMirror-ruler {
Expand Down

0 comments on commit 22939a9

Please sign in to comment.