Skip to content

Commit d518d38

Browse files
authored
Update ReactGraphComponent.css
Make sure the GraphComponent keeps position:absolute
1 parent 3626e3e commit d518d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/toolkit/react/src/components/ReactGraphComponent.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
z-index: 10;
4242
}
4343
.graph-component-container .yfiles-canvascomponent {
44-
position: absolute;
44+
position: absolute !important;
4545
top: 100px;
4646
left: 0;
4747
right: 0;

0 commit comments

Comments
 (0)