summaryrefslogtreecommitdiffstats
path: root/src/styles/main.css
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-31 21:36:36 +0100
committerMaksymilian Jopek <maks@jopek.eu>2021-10-31 21:36:36 +0100
commit373edf54a9ac76fa47e563e8d6f0f16df49c454e (patch)
tree31bc9a027d1ce6658758f5678850166720b105bb /src/styles/main.css
parent27075885e95bd0efc062920685e04287feb4b556 (diff)
downloadisiqandisi-373edf54a9ac76fa47e563e8d6f0f16df49c454e.tar.gz
isiqandisi-373edf54a9ac76fa47e563e8d6f0f16df49c454e.tar.zst
isiqandisi-373edf54a9ac76fa47e563e8d6f0f16df49c454e.zip
v1.0.0
Diffstat (limited to 'src/styles/main.css')
-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;