Skip to content

Commit

Permalink
gfixed edge layering over constructs
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Oct 11, 2023
1 parent 11099ed commit 6905119
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
stroke:transparent;
}

.container, .header{
z-index: 3;
pointer-events: all;
}


.node .container, .constructOutputApp, .constructInputApp{
z-index: 5;
Expand All @@ -53,7 +58,7 @@
pointer-events: all;
}

.construct_node .container .body{
.construct_node .container{
z-index: 1;
max-width: none;
}
Expand Down

0 comments on commit 6905119

Please sign in to comment.