#root,
body,
html {
  height: 100%;
}

body {
  overflow: hidden;
}

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