You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: styles/config.less
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,10 +127,22 @@
127
127
background: @button-background-color-selected;
128
128
}
129
129
130
-
// Fix sticky header from covering auto-revealed items
131
-
.list-item.selected {
130
+
// Fix sticky header from covering auto-revealed files
131
+
.entry.file.selected {
132
132
padding-top: @ui-tab-height;
133
133
margin-top: -@ui-tab-height;
134
134
}
135
+
136
+
// Fix sticky header from covering auto-revealed directories when using up/down keys
137
+
// for directories, scroll test moves to .header, see https://github.com/atom/tree-view/blob/d2857ad4d7eeb7dad5cf94b33257a8740211480e/lib/tree-view.coffee#L839
0 commit comments