diff --git a/src/components/Editors/TipTapEditor/index.vue b/src/components/Editors/TipTapEditor/index.vue index 772bb71..841b1f4 100644 --- a/src/components/Editors/TipTapEditor/index.vue +++ b/src/components/Editors/TipTapEditor/index.vue @@ -124,11 +124,10 @@ export default { .tiptap-editor { width: 100%; - height: 100%; + min-height: 100%; max-width: 700px; margin: 0 auto; padding: 50px 15px; - overflow: hidden; background: var(--color-secondary); .ProseMirror {