From 2511acfea1d11118f70fe85d88432d3bf358ce05 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 6 Feb 2025 13:48:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BC=98=E5=8C=96=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E8=83=8C=E6=99=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- public/loader.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d769d3eb..ff4f7052 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ + style="overflow: hidden auto; min-block-size: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom));"> @@ -157,4 +157,4 @@ - \ No newline at end of file + diff --git a/public/loader.css b/public/loader.css index 5f79652e..b342e770 100644 --- a/public/loader.css +++ b/public/loader.css @@ -1,3 +1,7 @@ +html { + background: var(--initial-loader-bg, #fff); +} + #loading-bg { position: fixed; z-index: 9999;