Merge pull request #147791 from amunger/interactiveWindowScrollbar

use css selector that includes IW scrollbar
This commit is contained in:
Aaron Munger 2022-04-20 12:38:57 -07:00 committed by GitHub
commit e3e9e76355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}