body {
  touch-action: pan-x pan-y;
}
#multiTouchCanvas {
  background-color: #000000;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
input[type="checkbox"] {
  position: relative;
  top: 2px;
}
#toggleFullscreen {
  height: 32px;
}
#fullscreenContainer:fullscreen {
  position: relative;
}
#fullscreenContainer:fullscreen>.sticky-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #f0f0f0;
}
