mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
12284 Removed custom CSS that positioned editor text beneath overlapping layers. Text is now selectable. (#12312)
This commit is contained in:
@@ -34,9 +34,6 @@ text-cell-component .show-markdown .notebook-preview {
|
|||||||
.notebook-preview.actionselect {
|
.notebook-preview.actionselect {
|
||||||
user-select: text;
|
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 .monaco-editor .margin,
|
||||||
text-cell-component code-component .monaco-editor,
|
text-cell-component code-component .monaco-editor,
|
||||||
text-cell-component code-component .monaco-editor-background,
|
text-cell-component code-component .monaco-editor-background,
|
||||||
|
|||||||
Reference in New Issue
Block a user