body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}

#root {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}