iframe {
  border: none;
}

#app {
  height: 100vh;
}

.superset_container {
  height: 100%;
}
.superset_container iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.standard_card_header {
  position: absolute;
  z-index: 20;
  width: 100%;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
