.topo-render {
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 100%
}

.topo-render .topo-render-wrapper {
  position: absolute
}

.topo-render .topo-render-wrapper-clickable {
  cursor: pointer
}

.topo-fullscreen {
  height: 100vh;
  width: 100%
}
