html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}

#cesiumContainer.fullSize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  z-index: 0;
}

#toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  pointer-events: none;
}

#toolbar > * {
  pointer-events: auto;
}
