We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3cab2 commit fe41fccCopy full SHA for fe41fcc
src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts
@@ -658,7 +658,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
658
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.focused .cell-focus-indicator-right:before,
659
.monaco-workbench .notebookOverlay .monaco-list.selection-multiple .monaco-list-row.code-cell-row.selected .cell-focus-indicator-left:before,
660
.monaco-workbench .notebookOverlay .monaco-list.selection-multiple .monaco-list-row.code-cell-row.selected .cell-focus-indicator-right:before {
661
- top: 0px; height: 100%px;
+ top: 0px; height: 100%;
662
}`);
663
}
664
0 commit comments