iVis-at-Bilkent / cytoscape.js-grid-guide

A Cytsocape.js extension to provide a framework for grid interactions such as grid lines and snapping to grid, and guidelines and snap support for alignment of nodes.
MIT License
59 stars 9 forks source link

when parent dom element (not body) set ‘background-color’ attrbute then the grid line not display #32

Closed sakyawang closed 6 years ago

kinimesi commented 6 years ago

@sakyawang either set the z-index of Cytoscape.js div to a value higher than 0, or set the gridStackOrder option to zero or a higher value.