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

This commit is contained in:
Hale Rankin
2020-09-15 21:30:53 -07:00
committed by GitHub
parent 8aee87e211
commit 69f5bc1725

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,