king
2024-07-29 fd1a4a42bbef3e9c02e0fee346b49401ec0fe23f
src/components/editor/index.scss
@@ -11,6 +11,15 @@
    padding-bottom: 0px;
    .public-DraftEditor-content {
      padding-bottom: 0;
      * {
        font-weight: inherit;
        font-style: inherit;
      }
    }
    .DraftEditor-root, .DraftEditor-editorContainer, .public-DraftEditor-content {
      height: var(--editor-height, auto);
      min-height: var(--editor-height, 500px);
    }
  }
  .bf-content::-webkit-scrollbar {