_forcegraph.scss 127 B

12345678910
  1. .graph {
  2. height: 100%;
  3. width: 100%;
  4. background: #2B2B2B;
  5. canvas {
  6. display: block;
  7. position: absolute;
  8. }
  9. }