From 69f5bc17251923b7eb1057abaac11b5b6e1ab898 Mon Sep 17 00:00:00 2001 From: Hale Rankin Date: Tue, 15 Sep 2020 21:30:53 -0700 Subject: [PATCH] 12284 Removed custom CSS that positioned editor text beneath overlapping layers. Text is now selectable. (#12312) --- .../workbench/contrib/notebook/browser/cellViews/textCell.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css index f9f1bb30b8..2bf8772fcb 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css @@ -34,9 +34,6 @@ text-cell-component .show-markdown .notebook-preview { .notebook-preview.actionselect { user-select: text; } -text-cell-component code-component .monaco-scrollable-element.editor-scrollable.vs { - left: 16px!important; -} text-cell-component .monaco-editor .margin, text-cell-component code-component .monaco-editor, text-cell-component code-component .monaco-editor-background,