html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/* Disable pull to refresh on PWA. See https: //web.dev/learn/pwa/app-design/#pull-to-refresh */
@media (display-mode: standalone),
(display-mode: fullscreen),
(display-mode: minimal-ui) {
  body {
      overscroll-behavior-y: contain;
  }
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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