html {
  overflow: hidden;
}
body {
  font-family: "Roboto";
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
main {
  display: contents;
}
*:not(:defined) {
  visibility: hidden;
}
.docs-header-bar {
  flex: none;
  z-index: 4;
}
.docs-drawer-container {
  flex: 1 1 auto;
}
.docs-frame {
  display: block;
  background: transparent;
  height: 100%;
  width: 100%;
  border: none;
}
