From d7dca3fc05cc26321214ba89a3d83438dfc1fd6f Mon Sep 17 00:00:00 2001 From: Jie Cheng Date: Wed, 27 May 2026 13:55:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=AE=9A=E4=B9=89css=E4=B8=AD?= =?UTF-8?q?=E7=B1=BB=E5=90=8D=E5=86=99=E9=94=99=E4=BA=86=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=8E=EF=BC=8C=E5=B7=B2=E7=BB=8F=E5=9C=A8spreadjs?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E5=90=8E=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom.css b/src/custom.css index ebec157..1773658 100644 --- a/src/custom.css +++ b/src/custom.css @@ -6,6 +6,6 @@ } /* 取消滚动条hover状态的透明背景 */ -.gc-scrollbar-state-hover { +.gc-scrollbar-stateHover { background: #afafaf !important; } \ No newline at end of file -- Gitee