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

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

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