From bc38036b336f89cb389b69eabe67e49769bef77b Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Thu, 4 May 2023 15:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E7=8B=90=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/style/index.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pc4mobx/organization/style/index.less b/pc4mobx/organization/style/index.less index deb176d..962a0d0 100644 --- a/pc4mobx/organization/style/index.less +++ b/pc4mobx/organization/style/index.less @@ -26,7 +26,9 @@ body { body, html { height: 100%; - overflow: scroll !important + overflow: scroll !important; + scrollbar-width: none; //火狐滚动条处理 + } ::-webkit-scrollbar {