mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +08:00
fix(editor): collapsed page block visibility (#10097)
This PR fixed that doc title is not hidden when page block is collapsed
This commit is contained in:
@@ -58,7 +58,7 @@ export const noteBackground = style({
|
||||
},
|
||||
});
|
||||
|
||||
export const pageContent = style({
|
||||
export const clipContainer = style({
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user