.editor {
  height: 100%;
  :global(.cm-scroller) {
    scrollbar-width: thin;
    scrollbar-color: #4c4d4f transparent;
  }

  & > div {
    height: 100%;
  }
}
