html,
body {
  height: 100%;
}

body {
  overflow: hidden;
}

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