fix(web): prompt history remove pageLoading

This commit is contained in:
zhaoying
2026-02-03 10:27:43 +08:00
parent 5d5351f0bc
commit 61f8029205
3 changed files with 8 additions and 1 deletions

View File

@@ -180,4 +180,7 @@ body {
.x6-node foreignObject > body {
min-height: 100%;
max-height: 100%;
}
#scrollableDiv .infinite-scroll-component__outerdiv {
height: 100%;
}