html, body {
  height: 100%;
  overscroll-behavior: none;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  touch-action: pan-x pan-y;
}

/* Prevent mobile scroll leak through MapLibre canvas */
.maplibregl-canvas {
  touch-action: none !important;
}

.maplibregl-canvas-container {
  touch-action: none !important;
}

.maplibregl-map {
  touch-action: none !important;
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
