mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
fix(core): clip app element overflow content (#8689)
This commit is contained in:
@@ -273,7 +273,8 @@ affine-block-hub {
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
body,
|
||||
#app {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: clip;
|
||||
|
||||
Reference in New Issue
Block a user