#root {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 900px) {
  #root {
    overflow-y: scroll;
  }
}
