Skip to content

Commit 4dfb92c

Browse files
authored
fix nb-sticky css (microsoft#189350)
1 parent f71af63 commit 4dfb92c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/vs/workbench/contrib/notebook/browser/media/notebookEditorStickyScroll.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
width: 100%;
1212
font-family: var(--notebook-cell-input-preview-font-family);
1313
}
14+
15+
.monaco-workbench.hc-light .notebookOverlay .notebook-sticky-scroll-container,
16+
.monaco-workbench.hc-black .notebookOverlay .notebook-sticky-scroll-container {
17+
background-color: var(--vscode-editorStickyScroll-background);
18+
border-bottom: 1px solid var(--vscode-contrastBorder);
19+
}
20+
1421
.monaco-workbench
1522
.notebookOverlay
1623
.notebook-sticky-scroll-container

0 commit comments

Comments
 (0)