king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
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 {