body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Prevent parent scrolling */
  background: #ffffff;
}
#content {
  width: 100%;
  height: 100%;
  padding-top: 65px; /* Space for the fixed company-navbar */
  padding-bottom: 60px; /* Space for the fixed footer */
  box-sizing: border-box;
}
.dashboard-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
