Disable some useless interactions

This commit is contained in:
Ian Gulliver
2019-07-04 07:02:05 +00:00
parent 94f28f00cd
commit b4a072c8da

View File

@@ -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 {