From b4a072c8da82d6a02a7bbb21be18a3accc552350 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 4 Jul 2019 07:02:05 +0000 Subject: [PATCH] Disable some useless interactions --- architype.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/architype.css b/architype.css index 4db88b3..ab40733 100644 --- a/architype.css +++ b/architype.css @@ -51,6 +51,8 @@ body { width: 100%; overflow-y: scroll; + + user-select: none; } .editor:focus { @@ -143,6 +145,9 @@ body { background: var(--background); z-index: 2; + + cursor: default; + user-select: none; } .gridGroup { @@ -165,6 +170,9 @@ body { background: var(--background); z-index: 1; + + cursor: default; + user-select: none; } .gridGroup:empty {