From fddb310b4ed0f5ae6b9364b9e665b4243814a7cf Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 8 Feb 2021 19:56:24 +0800 Subject: [PATCH] fix: body overflow. (halo-dev/console#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 c8fac75f7..75a074cde 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; }