From f0d8464e90ce6fe7d2fd5210322c90ced6663a9f Mon Sep 17 00:00:00 2001 From: rebornix Date: Thu, 19 Mar 2020 16:03:42 -0700 Subject: [PATCH] revert scrollable element overflow. --- src/vs/workbench/contrib/notebook/browser/notebook.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/notebook/browser/notebook.css b/src/vs/workbench/contrib/notebook/browser/notebook.css index 808fee559397e..0f37e0607c66a 100644 --- a/src/vs/workbench/contrib/notebook/browser/notebook.css +++ b/src/vs/workbench/contrib/notebook/browser/notebook.css @@ -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%;