diff options
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 10 |
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; |
