html,
body {
  background: transparent;
  padding: 0;
  margin: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
}
#manager {
  width: 100vw !important;
  height: 100vh !important;
}
