mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00: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({
|
||||
display: 'block',
|
||||
paddingBottom: 64,
|
||||
flexGrow: 1,
|
||||
});
|
||||
const titleTagBasic = style({
|
||||
fontSize: cssVar('fontH4'),
|
||||
|
||||
Reference in New Issue
Block a user