Skip to content

Commit 48f15b5

Browse files
Benjamin Muskallaaeisenberg
authored andcommitted
Stick result pagination to top
1 parent f856e3a commit 48f15b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/ql-vscode/src/view/resultsView.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
display: flex;
1616
padding: 0.5em 0;
1717
align-items: center;
18+
top: 0;
19+
background-color: var(--vscode-editorGutter-background);
20+
position: sticky;
21+
z-index: 1;
1822
}
1923

2024
.vscode-codeql__table-selection-header-item {

0 commit comments

Comments
 (0)