Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1642 from fredden/sticky-hunk-header
Browse files Browse the repository at this point in the history
Always keep hunk-view header visible
  • Loading branch information
smashwilson committed Aug 14, 2018
2 parents 9785a8a + 824ae18 commit d3bc707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/hunk-view.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
font-size: .9em;
background-color: @panel-heading-background-color;
border-bottom: 1px solid @panel-heading-border-color;
position: sticky;
top: 0;
}

&-title {
Expand Down

0 comments on commit d3bc707

Please sign in to comment.