html,
body,
.stage {
  overscroll-behavior: none;
}

.zoom-controls,
.zoom-controls button,
.flight-controls,
.flight-controls button {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.zoom-controls button,
.flight-controls button {
  appearance: none;
}

