mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
fix(core): editor container grow to full height (#5743)
This commit is contained in:
@@ -29,6 +29,7 @@ export const affineDocViewport = style({
|
|||||||
export const docContainer = style({
|
export const docContainer = style({
|
||||||
display: 'block',
|
display: 'block',
|
||||||
paddingBottom: 64,
|
paddingBottom: 64,
|
||||||
|
flexGrow: 1,
|
||||||
});
|
});
|
||||||
const titleTagBasic = style({
|
const titleTagBasic = style({
|
||||||
fontSize: cssVar('fontH4'),
|
fontSize: cssVar('fontH4'),
|
||||||
|
|||||||
Reference in New Issue
Block a user