Stick result pagination to top

This commit is contained in:
Benjamin Muskalla
2021-08-26 12:51:46 +02:00
committed by Andrew Eisenberg
parent f856e3ac2c
commit 48f15b5fc7

View File

@@ -15,6 +15,10 @@
display: flex;
padding: 0.5em 0;
align-items: center;
top: 0;
background-color: var(--vscode-editorGutter-background);
position: sticky;
z-index: 1;
}
.vscode-codeql__table-selection-header-item {