From 273850632c70c278599449265b46c05d604d1deb Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 25 Jan 2024 11:11:04 +0800 Subject: [PATCH] fix --- src/mobile/Content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mobile/Content.vue b/src/mobile/Content.vue index 127acf0..c810121 100644 --- a/src/mobile/Content.vue +++ b/src/mobile/Content.vue @@ -134,6 +134,6 @@ onUnmounted(() => { } .wrapper { height: 100%; - overflow: hidden; + overflow: scroll; }