html,
body,
#view {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #000;
}

#view {
  display: block;
  touch-action: none;
  cursor: grab;
}

#view:active { cursor: grabbing; }
