html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Container */
#reportContainer {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Power BI iframe */
#reportContainer iframe {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;

  /* voorkomt sub-pixel gaps */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
