fix(graph): make graph non-singleton, proper cleanup, fix radial
This commit is contained in:
parent
8d33608808
commit
23df17233d
5 changed files with 84 additions and 46 deletions
|
@ -15,7 +15,7 @@
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
& > #global-graph-icon {
|
||||
& > .global-graph-icon {
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
border: none;
|
||||
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
& > #global-graph-outer {
|
||||
& > .global-graph-outer {
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
left: 0;
|
||||
|
@ -53,7 +53,7 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
& > #global-graph-container {
|
||||
& > .global-graph-container {
|
||||
border: 1px solid var(--lightgray);
|
||||
background-color: var(--light);
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue