_forcegraph.scss 145 B

12345678910
  1. .graph {
  2. height: 100%;
  3. width: 100%;
  4. background: url(img/gplaypattern.png);
  5. canvas {
  6. display: block;
  7. position: absolute;
  8. }
  9. }