Skip to content

Commit 3d0daca

Browse files
committed
making the css selectable by changing the css file
1 parent 31d7041 commit 3d0daca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
-webkit-box-orient: vertical;
125125
overflow: hidden;
126126
display: -webkit-box;
127+
-webkit-user-select: text;
128+
user-select: text;
127129
}
128130

129131
.monaco-editor .interactive-editor .markdownMessage .messageActions {

0 commit comments

Comments
 (0)