.editor {
  height: 100%;
  :global {
    .monaco-editor .current-line {
      display: none !important;
    }
    .next-loading-wrap {
      height: 100%;
      min-height: 200px;
    }
  }
}
