Skip to content

Commit

Permalink
Diff: Move sticky file header up one pixel. See #612
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed May 8, 2018
1 parent ee66fb2 commit ba6adbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@
.pull-request-tab-content .diff-view .file-header {
position: sticky !important;
position: -webkit-sticky !important;
top: 40px !important;
top: 39px !important;
z-index: 6 !important;
}
/* User time line firsts */
Expand Down

0 comments on commit ba6adbf

Please sign in to comment.