Skip to content

Commit

Permalink
fix: scroll line number in diff view
Browse files Browse the repository at this point in the history
close #318
  • Loading branch information
Vinzent03 committed Sep 19, 2022
1 parent 9ecf734 commit 1a01e30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@
width: 4em;
}

.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
position: relative;
}

.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
content: "\200b";
}
Expand Down

0 comments on commit 1a01e30

Please sign in to comment.