summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index 3dc2cef..8f49142 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -20,12 +20,22 @@ body {
.chit {
border: 1px solid black;
position: absolute;
+ user-select: none;
+ -webkit-user-drag: none;
+ -khtml-user-drag: none;
+ -moz-user-drag: none;
+ -o-user-drag: none;
}
.txt {
width: 90%;
height: 90%;
margin: 5%;
overflow: auto;
+ user-select: none;
+ -webkit-user-drag: none;
+ -khtml-user-drag: none;
+ -moz-user-drag: none;
+ -o-user-drag: none;
}
.edit {
position: absolute;