diff --git a/packages/frontend/core/src/components/blocksuite/block-suite-editor/styles.css.ts b/packages/frontend/core/src/components/blocksuite/block-suite-editor/styles.css.ts index 107beb00d..b2f61f37d 100644 --- a/packages/frontend/core/src/components/blocksuite/block-suite-editor/styles.css.ts +++ b/packages/frontend/core/src/components/blocksuite/block-suite-editor/styles.css.ts @@ -29,7 +29,7 @@ export const affineDocViewport = style({ export const docContainer = style({ display: 'block', - flexGrow: 1, + paddingBottom: 64, }); const titleTagBasic = style({