From b333b32f0195cb94469f1a7312460a0c0e07747f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 30 Jan 2024 13:52:01 +0800 Subject: [PATCH] master --- src/global.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global.less b/src/global.less index 5711cfd..efe5926 100644 --- a/src/global.less +++ b/src/global.less @@ -70,9 +70,9 @@ div, iframe, aside, main { - scrollbar-color: #ccc transparent; + //scrollbar-color: #ccc transparent; /* 第一个方块颜色,第二个轨道颜色(用于更改火狐浏览器样式) */ - scrollbar-width: thin; + //scrollbar-width: thin; /* 火狐滚动条无法自定义宽度,只能通过此属性使滚动条宽度变细 */ &::-webkit-scrollbar-track {