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:
L-Sun
2025-02-11 14:29:24 +00:00
parent 42bdae16fb
commit 0b3c7a578e
3 changed files with 17 additions and 18 deletions
@@ -58,7 +58,7 @@ export const noteBackground = style({
},
});
export const pageContent = style({
export const clipContainer = style({
width: '100%',
height: '100%',
});