Skip to content

Commit

Permalink
Fix sticky header from covering auto-revealed items
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai authored Mar 29, 2018
1 parent 1bab055 commit fac0c82
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 fac0c82

Please sign in to comment.