html, body {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    position: fixed;
  }
  
  .full-height {
    height: 100%;
  }
