From 91389353ad87e3b3a065cb7493ddbc326fea1f74 Mon Sep 17 00:00:00 2001 From: SunCheng Date: Wed, 11 Feb 2026 15:33:09 +0800 Subject: [PATCH] fix --- Web/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/App.vue b/Web/src/App.vue index 8c9f4dc..c1ef6f3 100644 --- a/Web/src/App.vue +++ b/Web/src/App.vue @@ -471,7 +471,7 @@ onMounted(() => { position: relative; padding-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75)); box-sizing: border-box; - overflow: hidden; + overflow: clip; background-color: var(--van-background); }