From a687f3a0009d64726dd5492f94f944b73cae7595 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 2 Jul 2023 14:58:56 +0800 Subject: [PATCH] fix loading bg --- public/loader.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/loader.css b/public/loader.css index c6272ee7..09017216 100644 --- a/public/loader.css +++ b/public/loader.css @@ -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; }