#root {
    width: 100%;
    height: 100%;
}

#root > .compose-web-column > div {
    position: relative;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 0;
  overflow: hidden;
  /*  Disable scrollbars */
  display: block;
  /* No floating content on sides */
}
