diff --git a/packages/client/src/tiptap/core/wrappers/title/index.module.scss b/packages/client/src/tiptap/core/wrappers/title/index.module.scss index de366d57..28808a69 100644 --- a/packages/client/src/tiptap/core/wrappers/title/index.module.scss +++ b/packages/client/src/tiptap/core/wrappers/title/index.module.scss @@ -1,7 +1,10 @@ .wrap { + overflow: auto; + .coverWrap { position: relative; height: 280px; + margin-top: 14px; margin-bottom: 12px; overflow: hidden;