body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
iframe {
  width: 100%;
  height: calc(100% - 40px); /* Adjust for the height of the nav bar */
  border: none;
}