fix loading bg

This commit is contained in:
jxxghp
2023-07-02 14:58:56 +08:00
parent 1639e99d37
commit a687f3a000

View File

@@ -3,6 +3,8 @@ body {
}
html {
background: var(--initial-loader-bg, #fff);
min-block-size: calc(100% + env(safe-area-inset-top));
overflow-x: hidden;
overflow-y: scroll;
}