html,
body {
  height: 100%;
}

body {
  margin: 0;
  overflow: hidden;
}

#root {
  display: flex;
  flex: 1;
  height: 100%;
  overflow: auto;
}
