From 872ce3a825ea3ee8d9f48b60db61b704b91a5183 Mon Sep 17 00:00:00 2001 From: XyanZhang <1743067175@qq.com> Date: Wed, 14 Jun 2023 14:47:06 +0800 Subject: [PATCH] fix: can't scroll when the media is mobile --- src/themes/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/index.less b/src/themes/index.less index 2418b17..6afc6e9 100644 --- a/src/themes/index.less +++ b/src/themes/index.less @@ -3,7 +3,7 @@ body { height: 100%; - overflow-y: hidden; + overflow-y: auto; background-color: #f8f8f8; }