From a73159aef863ac1f09777c00721a372b7f41bebb Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Thu, 18 Jun 2020 20:01:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=20=E7=BE=8E=E5=8C=96=20chro?= =?UTF-8?q?me=E3=80=81fireFox=E3=80=81IE=20=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/GlobalLayout.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/GlobalLayout.vue b/src/layouts/GlobalLayout.vue index 743f3e4..708d6f3 100644 --- a/src/layouts/GlobalLayout.vue +++ b/src/layouts/GlobalLayout.vue @@ -91,9 +91,10 @@ export default { height: 100vh; .global-layout-main{ height: 100vh; - overflow-y: scroll; + overflow-y: auto; scrollbar-color: @primary-color @primary-2; scrollbar-width: thin; + -ms-overflow-style:none; &::-webkit-scrollbar{ width: 3px; height: 1px;