king
2024-08-01 eba06cc3df5f5736d3310b3b57dfc7243f41134a
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 {