Skip to content

Commit

Permalink
Update ReactGraphComponent.css
Browse files Browse the repository at this point in the history
Make sure the GraphComponent keeps position:absolute
  • Loading branch information
micschro committed Feb 8, 2021
1 parent 3626e3e commit d518d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/toolkit/react/src/components/ReactGraphComponent.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
z-index: 10;
}
.graph-component-container .yfiles-canvascomponent {
position: absolute;
position: absolute !important;
top: 100px;
left: 0;
right: 0;
Expand Down

0 comments on commit d518d38

Please sign in to comment.