From 58ea2fbc4c09390d471e9db48628b4425ba4a073 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Thu, 22 Feb 2024 06:20:40 +0000 Subject: [PATCH] fix(core): editor container grow to full height (#5743) --- .../src/components/blocksuite/block-suite-editor/styles.css.ts | 1 + 1 file changed, 1 insertion(+) 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 6eb878bc15..a70d83dae9 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,6 +29,7 @@ export const affineDocViewport = style({ export const docContainer = style({ display: 'block', paddingBottom: 64, + flexGrow: 1, }); const titleTagBasic = style({ fontSize: cssVar('fontH4'),