Skip to content

Commit

Permalink
Merge pull request atom#129 from atom/sm-fix-sticky-header
Browse files Browse the repository at this point in the history
Fix sticky header from covering auto-revealed items
  • Loading branch information
simurai authored Mar 29, 2018
2 parents 1bab055 + fac0c82 commit d7a5d98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/config.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,11 @@
&:focus .selected .project-root-header.project-root-header {
background: @button-background-color-selected;
}

// Fix sticky header from covering auto-revealed items
.list-item.selected {
padding-top: @ui-tab-height;
margin-top: -@ui-tab-height;
}
}
}

0 comments on commit d7a5d98

Please sign in to comment.