html,
body {
  margin: 0;
  height: 100%;
  overflow-y: hidden;
  width: 100%;
}

#root {
  height: 100%;
}

#id {
  overflow-y: hidden;
}
