.root {
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: scroll;
  box-sizing: border-box;
}
