html, body { height: 100%; overflow: hidden; margin: 0; }
#helpdesk-frame {
  display: block;
  position: fixed;
  top: 4.5rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 4.5rem);
  border: none;
  background: #080c14;
}
