html,
body,
.app-shell,
.map {
  width: 100%;
  height: 100%;
}

@supports (height: 100dvh) {
  html,
  body,
  .app-shell,
  .map {
    height: 100dvh;
  }
}

body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.app-shell {
  position: relative;
  isolation: isolate;
  background: var(--color-dark-grey);
  overflow: hidden;
}
