Make nodes selectable from the grid
This commit is contained in:
@@ -238,6 +238,7 @@ body {
|
||||
justify-content: flex-start;
|
||||
border: 1px dashed white;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.gridGroup.highlight {
|
||||
@@ -253,12 +254,14 @@ body {
|
||||
overflow: hidden;
|
||||
overflow-wrap: anywhere;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.gridLines {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 2;
|
||||
pointer-events: none;
|
||||
--line-color: white;
|
||||
}
|
||||
|
||||
@@ -275,12 +278,14 @@ body {
|
||||
z-index: 3;
|
||||
border-radius: 4px;
|
||||
padding: 3px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.gridArrow {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 4;
|
||||
pointer-events: none;
|
||||
--arrow-color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user