label .CodeMirror {
  height: 500px;
}

.code-field-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
  order: 3;
  width: 100%;
}

.code-field-action {
  display: flex;
  position: absolute;
  right: 0;
  top: -8px;
}

#fullscreenoverlay {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#fullscreenoverlay .fullscreen {
    background: #fff;
    background: var(--color-background);
    height: calc(100vh - 5rem);
    height: calc(100vh - var(--header-height));
    left: 0;
    position: fixed;
    top: calc(5rem);
    top: calc(var(--header-height));
    width: 100%;
    z-index: 100;
  }

#fullscreenoverlay .fullscreen .react-codemirror2 {
      padding-top: 2rem;
    }

#fullscreenoverlay .fullscreen .code-field-action {
      top: 0;
    }

#fullscreenoverlay .fullscreen .CodeMirror {
      height: calc(100vh - 5rem);
      height: calc(100vh - var(--header-height));
    }


/*# sourceMappingURL=main~b25c1b3c.a9e2a030.chunk.css.map*/