fix(core): clip app element overflow content (#8689)

This commit is contained in:
liuyi
2024-11-04 17:05:56 +08:00
committed by GitHub
parent 378c9eb73a
commit 7b66e51099
@@ -273,7 +273,8 @@ affine-block-hub {
}
html,
body {
body,
#app {
height: 100%;
position: relative;
overflow: clip;