aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css')
-rw-r--r--node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
index f5b00e84..58b7e02d 100644
--- a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
+++ b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
@@ -13,8 +13,14 @@
13 13
14.montage-editor { 14.montage-editor {
15 position: relative; 15 position: relative;
16 height: inherit;
16 outline: none; 17 outline: none;
17 overflow: auto; 18 overflow: auto;
19
20 -webkit-user-select: text;
21 -moz-user-select: text;
22 -ms-user-select: text;
23 user-select: text;
18} 24}
19 25
20/* 26/*