use css selector that includes IW scrollbar

This commit is contained in:
aamunger 2022-04-20 10:57:38 -07:00
parent 87191b089d
commit e0a3f8d33a
No known key found for this signature in database
GPG key ID: F2CA0C6303FC6B74

View file

@ -429,7 +429,7 @@
outline: none !important;
}
.monaco-workbench .notebookOverlay.notebook-editor-editable > .cell-list-container > .monaco-list > .monaco-scrollable-element > .scrollbar.visible {
.monaco-workbench .notebookOverlay.notebook-editor > .cell-list-container > .monaco-list > .monaco-scrollable-element > .scrollbar.visible {
z-index: var(--z-index-notebook-scrollbar);
cursor: default;
}