Skip to content

Commit

Permalink
revert scrollable element overflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Mar 19, 2020
1 parent 56660be commit f0d8464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/contrib/notebook/browser/notebook.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
white-space: initial;
}

.monaco-workbench .part.editor > .content .notebook-editor .cell-list-container .monaco-scrollable-element {
/* .monaco-workbench .part.editor > .content .notebook-editor .cell-list-container .monaco-scrollable-element {
overflow: visible !important;
}
} */

.monaco-workbench .part.editor > .content .notebook-editor .cell-list-container .monaco-list-rows {
min-height: 100%;
Expand Down

0 comments on commit f0d8464

Please sign in to comment.