Skip to content

Commit

Permalink
Don't use pointer for whole cell
Browse files Browse the repository at this point in the history
Fix #93885
  • Loading branch information
roblourens committed Apr 13, 2020
1 parent f2ec7c2 commit 5e76858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/notebook/browser/media/notebook.css
Expand Up @@ -35,6 +35,10 @@
top: 0;
}

.monaco-workbench .part.editor > .content .notebook-editor > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row {
cursor: default;
}

.monaco-workbench .part.editor > .content .notebook-editor > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell {
display: flex;
}
Expand Down

0 comments on commit 5e76858

Please sign in to comment.