Graph.css 1.15 KB
#graph-explorer #toolbar {
  display: flex;
  flex-direction: column;
}
#graph-explorer #toolbar ul {
  display: flex;
  flex-direction: row;
}
#graph-explorer #toolbar ul li {
  display: flex;
  max-width: 200px;
}
#graph-explorer .row.controls {
  height: 79px;
}
#graph-explorer .graph-tree {
  position: absolute;
  max-height: 600px;
  overflow-y: scroll;
  top: 170px;
  z-index: 1;
}
#graph-explorer #graph-view {
  height: 95%;
}
#graph-explorer #sp-container {
  position: absolute;
  max-height: 600px;
  overflow-y: scroll;
  top: 170px;
  z-index: 1;
  border: 1px white solid;
  background-color: white;
  left: 70%;
  width: 30%;
}
#graph-explorer #sp-container #myTab {
  marginBottom: 18px;
  marginTop: 18px;
}
#graph-explorer #sp-container #myTabContent {
  borderBottom: 1px solid black;
  paddingBottom: 19px;
}
#graph-explorer #sp-container #horizontal-checkbox ul {
  display: inline;
  float: left;
}
#graph-explorer #tree {
  position: absolute;
  z-index: 1;
}

.input-with-autocomplete .completions {
  position: absolute;
  max-height: 300px;
  overflow-y: scroll;
  width: 300px;
  top: 50px;
  z-index: 5;
}

/*# sourceMappingURL=Graph.css.map */