12284 Removed custom CSS that positioned editor text beneath overlapping layers. Text is now selectable. (#12312) (#12339)

Co-authored-by: Hale Rankin <harankin@microsoft.com>
This commit is contained in:
Chris LaFreniere
2020-09-15 23:04:30 -07:00
committed by GitHub
parent dd9ac2e362
commit b937fdee7a

View File

@@ -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,