From bad6691c7217a99c30a831e1bfa6a75121c6089b Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 8 Feb 2021 19:56:24 +0800 Subject: [PATCH] fix: body overflow. (#293) --- src/styles/global.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.less b/src/styles/global.less index c8fac75f..75a074cd 100644 --- a/src/styles/global.less +++ b/src/styles/global.less @@ -2,7 +2,7 @@ @import './style.less'; body { - overflow-y: scroll; + overflow-y: overlay; padding: 0 !important; }