From 1b763fceee90cae036b677d9fd35fa2cd1b2f819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=97=E5=A4=A7?= Date: Mon, 25 Dec 2023 14:31:44 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=20(#3458)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/design/public.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/design/public.less b/src/design/public.less index b8b39913..0323b846 100644 --- a/src/design/public.less +++ b/src/design/public.less @@ -32,6 +32,10 @@ background-color: @border-color-dark; } +::-webkit-scrollbar-corner { + background-color: transparent; +} + // ================================= // ==============nprogress========== // =================================