.graphiql-editor {
  height: 100%;
  position: relative;
  width: 100%;

  &.hidden {
    /* Just setting `display: none;` would break the editor gutters */
    left: -9999px;
    position: absolute;
    top: -9999px;
    visibility: hidden;
  }
}
