Skip to content

Commit

Permalink
fix(core): clip app element overflow content (#8689)
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo authored Nov 4, 2024
1 parent 378c9eb commit 7b66e51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/component/src/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ affine-block-hub {
}

html,
body {
body,
#app {
height: 100%;
position: relative;
overflow: clip;
Expand Down

0 comments on commit 7b66e51

Please sign in to comment.