D
D
dodo1010001012018-02-03 20:33:25
css
dodo101000101, 2018-02-03 20:33:25

How to resize workspace for cytoscape?

Cytoscape js is called from Here is an example css:
<div id="cy" ></div>

spoiler
#cy {
        z-index: 999;
                width: 85%;
                height: 85%;
                float: left;
      }

Or like this:
spoiler
#cy {
  width: 50%;
  height: 50%;
  position: relative;
  left: 30;
  top: 0;

}

But for some reason, all my attempts to resize it so that other elements feel it were unsuccessful (

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question