CodemirrorEditor.module.scss 71 B

1234567
  1. .codemirror-editor :global {
  2. .cm-editor {
  3. height: 100vh;
  4. }
  5. }