vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
409 B

  1. #networkContainer {
  2. margin:0px;
  3. padding:0px;
  4. position:relative;
  5. height: 0px;
  6. width: 100%;
  7. z-index:0;
  8. }
  9. #contentContainer {
  10. margin:0px;
  11. padding:0px;
  12. position:relative;
  13. width: 100%;
  14. z-index:2;
  15. -webkit-touch-callout: none;
  16. -webkit-user-select: none;
  17. -khtml-user-select: none;
  18. -moz-user-select: none;
  19. -ms-user-select: none;
  20. user-select: none;
  21. }