Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index cccc9be51..1d0b944cf 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -60,4 +60,6 @@ div[contenteditable=false] {
background-color: transparent;
color: var(--color-main-text);
opacity: 1;
-}
+ -webkit-user-select: text;
+ user-select: text;
+} \ No newline at end of file