fix(core): editor container grow to full height (#5743)

This commit is contained in:
Peng Xiao
2024-02-22 06:20:40 +00:00
parent a120eb90ab
commit 58ea2fbc4c

View File

@@ -29,6 +29,7 @@ export const affineDocViewport = style({
export const docContainer = style({
display: 'block',
paddingBottom: 64,
flexGrow: 1,
});
const titleTagBasic = style({
fontSize: cssVar('fontH4'),